Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUERY] Duplicate installations/registrations after re-install #111

Open
wildginger opened this issue Jun 14, 2022 · 0 comments
Open

[QUERY] Duplicate installations/registrations after re-install #111

wildginger opened this issue Jun 14, 2022 · 0 comments

Comments

@wildginger
Copy link

Hi all,

I have got my apps successfully registering and receiving notifications, I can send a test notification from Azure and it is received as expected.

But each time I uninstall the app, and re-install it, it seems to be creating a new registration in Azure Notification Hub, as when I sent a test notification again, the results say successfully sent 2 notifications. Im currently on 5 registrations, so the number of sent push notifications in Azure is going up quickly!

I am simply calling MSNotificationHub.Start(...) in FinishedLaunching()

So my questions are:

  1. Should it be creating new installations / registrations on each fresh app install?
  2. I feel I should somehow be either removing existing ones or updating them, so if so, can anyone point me in the right direction to do this?
  • OS: iOS 13 app
  • IDE : Visual Studio 2022 Mac

Thanks in advance.

@wildginger wildginger changed the title Duplicate installations/registrations after re-install [QUERY] Duplicate installations/registrations after re-install Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant