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

Issue after upgrading to iOS 13 iPhone

Open MadSam08 opened this issue 5 years ago • 0 comments

My app is crashing after iOS 13 update when I tried to use GMImagePicker. It was working fine in the earlier versions. Doing debug found out that

PHImageManager imageManager = new PHImageManager(); imageManager.RequestImageData()

PhImageDataHandler is returning null data.

As a notice on the iPad version of the app is working as expected, only the iPhone version of the app is having problem

MadSam08 avatar Oct 25 '19 11:10 MadSam08