-1

There is lots of test scenarios for test cases to test push notification for Android app.and I refere this link

But my question is 'user installed app and registered in app and then uninstalled it,then push notifications which was send to that user will receive after one month when user again install app?

Pradnya Bolli
  • 1,915
  • 1
  • 19
  • 37

3 Answers3

2

if you uninstall the application your token will expire ...so if you want to send the push notification to particular user then it will not work.

2

No. User should not receive the past push notifications (Which was sent when the app is uninstalled).

The user should receive push notifications which are triggered when the app is installed.

SEKAR V
  • 21
  • 2
0

Just ask yourself, as a user, if you would like so many push notifications from the past month bombard your phone as soon as you re-install the app and log-in. This functionality will harm not only UX but the developers as well.

Bikramjeet Singh
  • 681
  • 1
  • 7
  • 22