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
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
There isn't a way to do this with or without Cordova. iOS will clean up all of your files for you.