-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi,
For the production release, I encounter a random issue. Some devices at first launch it got registered but after a while, it will sort of de-register. These devices will not be able to receive any push notifications.
After I disable the "AutoRegistration", and On Demand RegisterForPushNotification, it works 100%.
`#if DEBUG
AzurePushNotificationManager.Initialize(this, Constants.ListenConnectionString, Constants.NotificationHubName, true, false);
#else
AzurePushNotificationManager.Initialize(this, Constants.ListenConnectionString, Constants.NotificationHubName, false, true,false);
CrossAzurePushNotification.Current.RegisterForPushNotifications();
#endif`
Please help to investigate if this is a real defect.
Thanks
Metadata
Metadata
Assignees
Labels
No labels