.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,416 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In .Net MAUI app, I am using FilePicker to get access to file. How do I retain the access to file to access it in future (app restart) without user input?
In UWP, it is possible using FutureAccessList. What is the equivalent of it in .Net MAUI? Or is there any other mechanism to have persistent access to files?