Techniques to realize an app deletion

Hi,


my App is a game where people can play with other real peoples. I have got an PHP-Backend and a SQL Database.


The main problem: when a user download the app, start a game and then delete the app, the other gamer is waiting too long till the game timeout.


Are there techniques to realize when a user delete a app? I only now the date, the user logged in the last time.


Thanks,

Daniel

I fear you're making the mistake of assuming that the user won't have multiple devices, and won't ever need to just temporarily delete your application and reinstall it.


But don't you run into the same problem--User starts a game, abonds it, and never comes back--even if the user decides not to delete your game? I know I've done that a few times with various games. Start doing something, get distracted, and don't bother to delete the game because I'm too busy for even that much bother.

Besides all that, which is true, I believe the answer is no - there is no way to be informed when the user deletes your app. None of your code is executed.

Techniques to realize an app deletion
 
 
Q