android - How to detect uninstall event in Cordova app using node.js using React -


i want clear cache of application when app uninstalled device (android or ios). there way this? thanks.

ios applications contained within sandbox. few exceptions (like keychain or photo library) data app has access to, or can write to, in sandbox. uninstalling app on ios equals deleting application sandbox. means deleting app removes data stored application, including cache.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -