vesion: iOS 17+
When requesting Photo Library access on iOS, the system displays a standard permission dialog.
And I just wanna save a image to user's photo library.
Is it possible to replace or customize this system permission popup with a fully custom-designed UI?
If customization is not allowed, is the recommended approach to first present a custom explanatory popup or screen and then trigger the system permission dialog?
Hey @tjswo,
There is no way to customize the permission dialog (aside from providing a value to be used via the privacy string).
There is really great guidance on the topic of pre-alert screens here:
— Greg