Can we automate the app installed on real device via TestFlight?

646 Views Asked by At

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?

1

There are 1 best solutions below

4
On

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:

  1. Not provide the app capability.
  2. Provide the 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