Can I know if a user that have downloaded the app i have developed, deletes it? How to place a tag, or request that when the app gets deleted I get a call to my server?
thanks!
Can I know if a user that have downloaded the app i have developed, deletes it? How to place a tag, or request that when the app gets deleted I get a call to my server?
thanks!
There is no defined notification when an application is deleted. If you must talk to a server, suspend inactive accounts after a predefined time limit.
If push is enabled for the app, Apple feedback service can be queried to fetch a list of devices from which the app was deleted.