How to determine when an application will be uninstalled

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

+5
source share
1 answer

There is no way to do this with or without Cordoba. iOS will clear all your files for you.

0
source

All Articles