You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install the app on Android phone, signup a new user A in Parse, get installationId_1
uninstall the app and re-install the app on the same phone, login into the previously created user A, get installationId_2
note that the app on this phone is now associated with installationId_2
now from parse server cloud code, send push notification targeting installationId_1, the app still receives the push even when its installationId is not installationId_1.