Does anyone know if a specific method is available to be overridden when my application is uninstalled? It would be nice to remove these users from the server side database when this occurs.
Using FCM (Firebase cloud messaging) , yes we can track uninstalled users via FCM and get the users info that is required to engage them again. To send push notifications to users, we need FCM Id at our backend system.
Open the Google Play app on your Android phone or tablet, and tap on the menu button (the three lines that show up in the upper left corner). When the menu is revealed, tap on "My apps & games." Next, tap on the "All" button, and that's it: you'll be able to check all your apps & games, both uninstalled, and installed.
Yes, on Android devices "uninstall" is the same thing as "delete". When you remove an app you purchased, you can still reinstall it without having to pay again. However, deleting apps on Android won't always delete all of the app's files and associated data.
Unfortunately there is currently no way for an Android package to execute code when it is removed. However, you can register a BroadcastReceiver
for ACTION_PACKAGE_REMOVED
in a different package that will be called when packages are removed from the phone.
Also see this question.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With