Ali Mardani
Results
1
comments of
Ali Mardani
I have the same problem. this.photoLibrary.requestAuthorization() is not showing a pop up on ios 11.It always goes to catch block ``` this.photoLibrary.requestAuthorization().then(() => { this.photoLibrary.getLibrary().subscribe({ next: library => { library.forEach(function...