I'm using Azure Notification Hub and the Azure Messaging Component to send push notifications to my Xamarin.Forms apps. After successfully registering a device with the notification hub it returns a device token for iOS devices and a registrationID for Android. Is that device token/registration id unique to that registered device? Should I be able to use that token for backend data management?
↧