I have used PHPhotoLibrary requestAuthorization which is iOS 14 new API, where i choose "SelectPhotos" at permission alert and selected some photos.
After click on Done button i get .limited status in authorizationStatus handler.
But when i'm again open the PHPickerViewController to select photos i get all the photos from my library instead of selected photos.
After click on Done button i get .limited status in authorizationStatus handler.
But when i'm again open the PHPickerViewController to select photos i get all the photos from my library instead of selected photos.