Registry / networking / grocer

grocer

JSON →
library0.7.1rbrubygemsunverified

Grocer interfaces with the Apple Push Notification Service to send push notifications to iOS devices and collect notification feedback via the Feedback Service.

gem install grocer
INSTALL
IMPORT
SIG · GROCER
G
grocer
networkingrubyv0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Grocer
require 'grocer'

Send an Apple push notification

require 'grocer' push = Grocer::Notification.new(device_token: 'abc123', alert: 'Hello!') grocer = Grocer::Connection.new(certificate: 'cert.pem') grocer.deliver(push)
Debug
Known issues
breakingApple Push Notification Service API changes may require certificate updates
fix
Ensure your certificate and token format match current Apple requirements
affects: >= 0.7.0
Upgrade
Version history
0.7.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
grocer — gem install grocer · libregistry