As per Apple documentation here in this link : https://developer.apple.com/documentation/photokit/phauthorizationstatus?language=objc, in iOS 14+ one enumeration case i.e. “PHAuthorizationStatusLimited” has been added in PHAuthorizationStatus class to provide limited accessing photos from Gallery.
I have installed iOS 14 beta in my device and used Xcode 12 beta and macOS 11.0 beta to use this API, I am getting all photos even if I select limited photos to select initially. How do I implement this?
Also, this API is available with Xcode 12 beta and not on Xcode 11.5 (up to date version) as we can not upload the build with beta Xcode versions, how will I keep my app up to date before iOS 14 public release?
I have installed iOS 14 beta in my device and used Xcode 12 beta and macOS 11.0 beta to use this API, I am getting all photos even if I select limited photos to select initially. How do I implement this?
Also, this API is available with Xcode 12 beta and not on Xcode 11.5 (up to date version) as we can not upload the build with beta Xcode versions, how will I keep my app up to date before iOS 14 public release?