PHPhotoLibrary.requestAuthorization(for:, handler:) does not calls handler block
问题 I use new API for requesting of access for an assets library of a user: PHPhotoLibrary.requestAuthorization(for: .readWrite) { [weak self] (status:PHAuthorizationStatus) in print("called"); } iOS displays alert with access levels: If the user selects Select Photos... , iOS will show a picker: If user swipes down on a title of the picker, the photos library will not call the handler block. Implementation of the photoLibraryDidChange func photoLibraryDidChange(_ changeInstance: (PHChange)) {