Using Azure Notification Hub for registering devices and sending push notifications for the App we are developing (iOS/Android) I have two questions :
How can I set the Expire Date of a registration or installation? I think I want to set this expire Date to 30 days after registering the device with Azure in order for housekeeping to take place. Or is there another mechanism for Azure for self-cleaning registrations/installations? setting installation.ExpireTime to a specific date time does not seem to do the trick.
Say the requested PNS Handle received from Google Cloud Messaging changes, how do I know exactly what registration/installation to update, given the fact that after deleting the App (and getting a new PNS Handle) I no longer know the "old" PNS Handle because the local storage for this app is empty? The user is not unique since the user can have multiple devices. In other words : How do I uniquely identify the device?