Is there any way to track user has uninstalled app?

Hi Team,

I am looking for a way in Expo to track the user, uninstalled my app and before that I can clear the local storage.

Regards,
Nilesh

Hey there, interesting question. I don’t think there’s a way for you to run device code conditionally on somebody uninstalling your app.

On iOS, if the user does not use iCloud, the app data will be automatically cleared when the app is uninstalled. If they back up their data on iCloud, then they will need to clear it themselves.

@ben, thanks for reply, May be i am wrong, but when i install my app from Play store, and uninstall it, google is removing my AsyncStorage (Cache) this way i don’t have to explicitly delete the user data.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.