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.