0

If an app registers for Push notifications on a Windows Phone 8. Later if the user un-installs the app will he/she still continue to receive notifications for the same app?

Thanks!

Eran
  • 387,369
  • 54
  • 702
  • 768
user1122549
  • 664
  • 1
  • 13
  • 27

1 Answers1

1

When the app is uninstalled, it also unregisters with the push notification server. If you push ( in error ) a notification for an uninstalled app, you will get a corresponding error.

Lorenz Meyer
  • 19,166
  • 22
  • 75
  • 121