5

I want to execute a function when my App gets uninstalled by user.

Using Cordova, Is there a way through which we can detect uninstall event and execute something? for example, to clean up resources.

Thanks

Connor Pearson
  • 63,902
  • 28
  • 145
  • 142
AAhad
  • 2,805
  • 1
  • 25
  • 42

1 Answers1

0

There isn't a way to do this with or without Cordova. iOS will clean up all of your files for you.

Connor Pearson
  • 63,902
  • 28
  • 145
  • 142