Reputation: 4413
I use iOS GCM. After reinstalling the application I receive notification that the application has been signed with the old token.
Steps to reproduce:
After send push, app receive one push
Delete app
Why I've got two push-notifications? How to unsubscribe from the old subscription?
Thanks in advance.
Upvotes: 0
Views: 356
Reputation: 1373
This seems like a bug in GCM. Somehow the old registrations subscribed to a topic are not getting cleaned up when you delete the app. You should file a bug here https://github.com/google/gcm/issues.
Upvotes: 0