Azure / azure-notificationhubs-samples

Microsoft Azure Notification Hubs Samples
Apache License 2.0
162 stars 240 forks source link

What is the right way to unregister azure notifications #50

Closed eriknyk closed 5 years ago

eriknyk commented 7 years ago

Hi when the user logged out from the app, I won't to receive more notifications, however actually it is still receiving notification even when user is logged out, on logout routine I'm calling to:

NotificationsManager.stopHandlingNotifications(contextProvider.get());

however I'm still getting notification, I would appreciate any help.

Best Regards.

d1mnewz commented 6 years ago

I think the right way is to use DeleteRegistrationAsync method on the hub-client itself. However, there are some people with the same problem