Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Fix for [iOS] Can't "Cancel" adding an attachment from Image Library (iOS 14) #573 #299

Closed mhdostal closed 3 years ago

mhdostal commented 3 years ago

The one delegate method for the PHPickerViewController is designed to signify both Cancel and Accept operations. Make sure we handle these two cases.

mhdostal commented 3 years ago

Since this branch doesn't have the attachments source type on iPad bug fix, I wasn't able to confirm this on iPad but it does work as expected on iPhone.

@esreli After merging, I tested this on an iPad and it works correctly.