May 2019
Intermediate to advanced
504 pages
11h 50m
English
The Apple Push Notification Service (APNS) and Firebase Cloud Messaging (FCM) infrastructure both make use of certain manifest declarations that are very specific to the application that's installed on the target device.
APNS mandates that the application ID (and certificate) used to sign the application package have a non-wildcard bundle declaration (that is, the com.mycompany.* type of certificates cannot be used for this implementation).
The device handle (an alphanumeric token or a URL, depending on the platform) is the only piece of device information that is required and used in the notification process. In contrast, the notification service should support multiple applications and platforms.
Read now
Unlock full access