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?
Copyright © 2021 Jogjafile Inc.
Yes, you can! You can even automate system applications considering you provide the correct
bundleIdcapability value. When you are automating an already installed app you should:appcapability.bundleIdcapability 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