I want to execute a function when my application is uninstalled by the user.
Using Cordova, is there a way in which we can detect a delete event and execute something? , for example, to clean resources.
thank
There is no way to do this with or without Cordoba. iOS will clear all your files for you.