Post

Replies

Boosts

Views

Activity

Reply to Failure accessing the Photo library when app is 1st installed on iOS 15.2
Before iOS 15.2 version we could register PHPhotoLibrary.shared().register(self) without authorization, in iOS 15.2 it is not possible, you will get an error. You have to request authorization(requestAuthorization(_:)) for register PHPhotoLibrary.shared().register(self).
Replies
Boosts
Views
Activity
Dec ’21
Reply to Failure accessing the Photo library when app is 1st installed on iOS 15.2
We get the same after call PHPhotoLibrary.shared().register(self) ((
Replies
Boosts
Views
Activity
Dec ’21