PHAuthorizationStatus.notDetermined

PHAuthorizationStatus.notDetermined

PHAuthorizationStatus.notDetermined Case of PHAuthorizationStatus The user hasn’t set the app’s authorization status.

case notDetermined

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.