GMImagePicker.Xamarin icon indicating copy to clipboard operation
GMImagePicker.Xamarin copied to clipboard

GMImagePicker 2.5.0 + iOS 14 new photo permissions crash

Open mjanzetic opened this issue 3 years ago • 2 comments

In iOS 14 you can choose if you want to allow an app to use all, selected or no photos at all. After selecting "all" the app crashes.

A similar issue is described here: https://github.com/flutter/flutter/issues/65995#issuecomment-694113405

This might be due to the UIIMagePickerController being replaced by the PHPickerViewController : https://developer.apple.com/documentation/photokit/phpickerviewcontroller

mjanzetic avatar Dec 03 '20 12:12 mjanzetic

Thanks for reporting. Need to figure out how to migrate to PHPickerViewController... hope I can find the time. Would love it if someone could help out with a PR.

roycornelissen avatar Dec 09 '20 07:12 roycornelissen

Please see the discussion I opened in #86 .

roycornelissen avatar Dec 13 '20 12:12 roycornelissen