- Home /
Custom Unity action on Android Uninstall
Hi
I'm wondering if there is a way to add custom functionality to uninstall process?
Our application during usage download additional textures from the server and stores it in: /Android/data/our.package.name/files/Images/
However after uninstall it doesn't delete the content of this folder. Is there a way to delete it?
Or is there a way to sign up for some sort of uninstall event and wipe content of that folder manually through C# code?
Comment