Open MayankLogiciel opened 8 years ago
me too, sad
Did you find a workaround for this issue?
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.
Observed the same issue.
Have this same problem, inspected with chrome no errors.
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.
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.