can we automate an ios app installed on a real device via TestFlight? or do I need to have the complete source code or .ipa file?
When I tried to check via appium inspector, getting error bundleId not identified?
can we automate an ios app installed on a real device via TestFlight? or do I need to have the complete source code or .ipa file?
When I tried to check via appium inspector, getting error bundleId not identified?
Yes, you can! You can even automate system applications considering you provide the correct bundleId
capability value. When you are automating an already installed app you should:
app
capability.bundleId
capability with the valid bundle ID of the application you are targeting.Take note that if you are using Appium 2.0, then any non-W3C-compliant capability should be prefixed with appium:
. Example: appium:bundleId