CrossGeeks / AzurePushNotificationPlugin

Azure Push Notification Plugin for Xamarin iOS and Android
MIT License
67 stars 34 forks source link

ResetToken= True creates many new registrations for the same device #55

Closed dpuckett closed 4 years ago

dpuckett commented 4 years ago

In the docs it's been recommended that as Debug ResetToken should be set to false. However this is creating many new registrations in our NotificationHub that are for the same simulator or debug device.

I really don't want to have to remove defunct registrations constantly, so am forced to either place logic that will search based on some other means for a registration first, or find some other way to manage it.