I am working with parse push notification in android. I am facing a problem .
I install the app on a mobile device an installation record is created in the installation table. Than i uninstall the current app and re install it again. a new installation record is created. So now i send the notification on the devices.
So on how many installation record(registered devices) notification will send?
If notification is send on two records than one notification sent is useless, because the app registered with this record is un-installed.
So how to remove the previous record from installation when i re-install the app.
iOS is not creating new installation records, but android is.