Contents

PHAuthorizationStatus.notDetermined

The user hasn’t set the app’s authorization status.

Declaration

case notDetermined

Mentioned in

Discussion

The framework automatically prompts for user authorization when you attempt to fetch assets, asset collections, or collection lists. Alternatively, you may call the requestAuthorization(for:handler:) method to prompt the user for authorization at a time of your choosing.

See Also

Status Types