wymsee / cordova-imagePicker

Cordova Plugin For Multiple Image Selection
MIT License
407 stars 859 forks source link

ios 10 app crashed when opening photo library to choose photo #184

Open MayankLogiciel opened 8 years ago

MayankLogiciel commented 8 years ago

Our app is crashing on ios10 in simulator and iPhone both when we try to open chooser to select photo.

I have also tried after adding "NSPhotoLibraryUsageDescription" to my Info.plist but it still crashing/exiting without any information.

I have taken references from

http://stackoverflow.com/questions/38643179/crash-requesting-authorisation-to-photos-library-in-ios-10

http://stackoverflow.com/questions/38498275/ios-10-changes-in-asking-permissions-of-camera-microphone-and-photo-library-c

Please provide solution.

JeroldLiu777 commented 8 years ago

me too, sad

nicolasguzca commented 7 years ago

Did you find a workaround for this issue?

lolaswift commented 7 years ago

Are you sure it's definitely caused by the image picker? Try to debug on android using chrome inspect just to make sure it's not caused by something else, for example, 'null' string when using angular translator or some undefined object property, etc. With the new ios 10, sometimes, it just kills your app without giving useful info.

bandhavya commented 7 years ago

Observed the same issue.

davepartner commented 7 years ago

Have this same problem, inspected with chrome no errors.

januslo commented 7 years ago

make sure the app is completely uninstall before you install the new one after NSPhotoLibraryUsageDescription added.

发自我的 iPhone

在 2017年1月2日,下午7:17,Dave Partner notifications@github.com 写道:

Have this same problem, inspected with chrome no errors.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.