APNs remote Notifications for Perfect. This package adds push notification support to your server. Send notifications to iOS/macOS devices.
This system runs on the server side. Typically at app launch, an Apple device will register with Apple’s system for remote notifications. Doing so will return to the device an ID which can be used by external systems to address the device and send notifications through APNs.
When the device obtains its ID it will need to transmit it to your server. Your server will store this id and use it when sending notifications to one or more devices through APNs.
