I have written a app for ios and Android. It allows the user to take photos and video with the Media.Plugin library at: https://github.com/jamesmontemagno/MediaPlugin The photos are saved here: /storage/emulated/0/Android/data/com.idjoey.hempliance/files/Pictures/MyAppname/637542092736259960.jpg
My question is do these pictures stay there until the app is updated or until the person goes into the settings and clears that cache? Does ios / Android clear it out at any other times?
If I wanted to clear out this cache on ios / Android what would be the best way?
Thanks.