PHAuthorizationStatus.limited
PHAuthorizationStatus.limited
PHAuthorizationStatus.limited Case of PHAuthorizationStatus The user authorized this app for limited photo library access.
case limitedDiscussion
Use presentLimitedLibraryPicker(from:)) or presentLimitedLibraryPicker(from:completionHandler:)) to manually present the limited library picker.
Important: Add the
PHPhotoLibraryPreventAutomaticLimitedAccessAlertkey with a Boolean value oftrueto your app’sInfo.plistfile to prevent the system from automatically presenting the limited library selection prompt.