I'm writing a test for my iOS app's feature that allows users to upload a picture. When the user click on the "Choose a photo"
link in my app, the iOS photos app should launch and the users will be able to pick a photo from their iOS photos.
In the iOS simulator photos app, there are some stock pictures. Is it possible to attach pictures from the photos app into my app?
From my application when I click "choose a photo" (though the automation code), my app just crashes. I checked the Appium logs,
but could not find anything informative.
Am I missing some setup here? How do I debug this further?