Is it possible, that my Android App (and the same Question for iOS) does some last task, if the user unistalls it (I want that the app notifies the server, that the app is no longer on the device).
My only idea is, that the server pushes a message, and if the device does not answer after a certain ammount of time, the Server assumes, that the app is no longer on the device. But if the user just turns the phone off, the Server could accidentaly delete the Profile.
Thanks in advance.