How can I fetch hidden PHAssets when ‘Use Passcode’ in the Photos app settings is enabled?

1 day ago 2
ARTICLE AD BOX

Regarding Apple documentation:

Beginning with iOS 16, users can require authentication to view the hidden album, and the user setting is true by default. When true, the system doesn’t return hidden assets even if the includeHiddenAssets fetch option is true. If you use PhotosPicker, a user can choose hidden assets to provide to your app.

So there’s probably no way to load hidden assets in my app?

Read Entire Article