Skip to content

Random Registration Issue #60

@eyeveye

Description

@eyeveye

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions