Is it possible to customize the iOS permission dialog for Photo Library access?

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?

Answered by DTS Engineer in 893729022

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:

https://developer.apple.com/design/human-interface-guidelines/privacy#Pre-alert-screens-windows-or-views

— Greg

Accepted Answer

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:

https://developer.apple.com/design/human-interface-guidelines/privacy#Pre-alert-screens-windows-or-views

— Greg

Is it possible to customize the iOS permission dialog for Photo Library access?
 
 
Q