Monday, 15 March 2010

google cloud messaging - Android: Delete record from remote database on app uninstall -



google cloud messaging - Android: Delete record from remote database on app uninstall -

i have written application (airqapp) general public our customers. when customers log in given username , password, stores device registration id in central database generate gcm notifications specific client when logout deletes device id, when uninstall application, cannot delete device id database hence notifications still generated.

i googled , seems not possible perform task on application uninstall. there other solution can applicable in scenario? there way check if application installed on particular device device registration id?

thanks in advance.

i googled , seems not possible perform task on application uninstall

correct.

is there other solution can applicable in scenario?

the next time seek send message gcm registration id, gcm should tell no longer registered.

android google-cloud-messaging

No comments:

Post a Comment