In iOS 14 when I tries to access photos library, it asks for the permission first time and if select "Select Photos.." and select few photos to show next time if I tries to access photos, it shows me all the photos. ideally it should show me the photos which I have selected for my app. I am using UIImagePickerController and PHAssets.
I am using UIImagePickerController and PHAssets. How can I show selected(Limited Library) photos to user?
Please advise on this
Hi RahuID, did you find any solution for this?