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
  • 19,880
  • 21
  • 76
  • 94

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
  • 42,906
  • 18
  • 101
  • 138