carousell / pickle

Carousell flavoured image picker with multiple photo selections.
https://carousell.github.com/pickle
Apache License 2.0
60 stars 25 forks source link

Fix iOS 11 permission issue #17

Closed daveluong closed 6 years ago

daveluong commented 6 years ago

Refer to issue https://github.com/carousell/pickle/issues/16

carouselljenkins commented 6 years ago

@amelia2801, can you review this pull request?

bcylin commented 6 years ago

Since the permission denied case will be handled externally, would it be more straightforward to check the PHPhotoLibrary.authorizationStatus() before Pickle.ImagePickerController is presented?

daveluong commented 6 years ago

@bcylin Agree, that'd be easier. Will be closing this PR