Hello,
Is it possible to store files in a public folder of internal storage without needing users' permission?
Firstly, public folder is external storage, if you need to access it that need users give the permission.
If you want to store file without permission, you can store it in the application internal storage with Xamarin.Essentials: File System Helpers by var mainDir = FileSystem.AppDataDirectory;
path.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.