I\'m trying to automate a 3rd party ios app (YouTube, for example) on a real iPhone using Appium. I haven\'t been able to find a single gu
ios
iPhone
Appium
In order to Automate app already installed on the device, you can use bundleId capability and provide the bundle id of the installed app.
bundleId
You can learn more about how to get the bundleId for an installed app, here.