-
Notifications
You must be signed in to change notification settings - Fork 7
How do I get Infobip's unique (push registration) ID
Davor Komušanac edited this page Dec 5, 2022
·
2 revisions
In order to get Infobip's unique push registration identifier issued by the server you need to implement the following code:
mobileMessaging.getInstallation(
installation => {
// Here you can get pushRegistrationId with installation.pushRegistrationId
}
);
This identifier:
- matches one to one with FCM/APNs cloud token of the particular application installation
- is only available after
registrationUpdated
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 support@infobip.com or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Privacy settings
- In‐app chat
- WebRTC Calls and UI
- Migration guides