Reputation: 690
How can I Inform the server application is uninstalled or deleted from the iPhone. So that it delete all the event recorded by the server.
Upvotes: 0
Views: 126
Reputation: 13713
Well, your server can run a purge routine to check if a user hasn't made traffic for the last x monthes or so... if so delete his records. (It will be wise to inform the users of this of course)
Upvotes: 2
Reputation: 16256
I don't think you can. Definitely NOT from code (your app is not running when deleted).
Unless Apple provides this functionality, for example as a notification/e-mail to the developer (They Don't right now), it is impossible to know. Don't hold your breath...
Upvotes: 3