Detect if an app was uninstalled

前端 未结 4 1627
忘了有多久
忘了有多久 2021-01-17 15:34

Is there a way to get a system notification when an app has been uninstalled?

I would like to maintain a table of all clients\' info currently using my app. However

4条回答
  •  执念已碎
    2021-01-17 16:13

    You could simply do it the other way round and maintain a table of users actively using your app. Just call a webservice at a point in the program that show it is active. If an app isn't used for a certain time mark it as inactive.

提交回复
热议问题