0

Our app is storing quite a few items in the user's local storage. Call me crazy but I'd like to do some clean up once the user uninstalls the app( clear my local storage items, etc..).

I can't seem to find any documentation/events that fire when the user attempts to uninstall the app. I could be wrong but I don't think local storage items get cleared.

-Thanks for any help.

RayLoveless
  • 17,894
  • 21
  • 72
  • 91

1 Answers1

1

Unfortunately, at least in Android, there is no good way for an app to do anything on uninstall.

See also:

Notification when user uninstalls Android app

Perform a task on uninstall in android

Community
  • 1
  • 1
CodingWithSpike
  • 41,663
  • 18
  • 100
  • 137