-
Notifications
You must be signed in to change notification settings - Fork 21
How do I get Infobip's unique (push registration) ID?
Andrey K edited this page Feb 4, 2019
·
3 revisions
In order to get Infobip's unique push registration identifier issued by the server you need to implement the following code:
if let pushRegistrationId = MobileMessaging.getInstallation()?.pushRegistrationId {
// your business logic
}
This identifier:
- matches one to one with APNs cloud token of the particular application installation
- is only available after
MMNotificationRegistrationUpdated
event - does not change for the whole lifetime of the application installation
If you have any questions or suggestions, feel free to send an email to [email protected] or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Geofencing service
- Privacy settings
- In-app chat
- WebRTC Calls and UI