Hi any one can give details about automating a dev signed ios app (.ip/.app) on real device using WebDriverAgent -Appium 1.6.3 MAC OS Sierra
For integration App is working fine
Setup completely done _Facing issues with Signing WebDriverAgent with same dev profile (which used to create dev profile ipa) What are all the bundle id changes we need to be done if want to code sign WebDriverAgent with our own app dev certificates & provisioning profile
@emile We have to sign the WebDriverAgent using the same developer certificate (which used to sign the app) and play around with the bundle identifier for WDA while signing (it should not relate Integration app) and
You mean that we should not use a wildcard identifier like when we work with SafariLauncher of version 1.5 ?
… may i ask if you have finished your sentence ? (the “and” at the end)
and we have to add below appium capabilities for automating on real device
“automationName”, “XCUITest”
“xcodeOrgId”, “” – Team ID ,the id for the same dev profile which used to sign
“xcodeSigningId”, “iPhone Developer”
We can use wild card identifier but not the bundle id which shown by default in WDA (Agent Library & Agent Runner) I used the same bundle id of our app in WDA (Agent Lib/Runner/InetgrationApp)
@shabinmohan I had same problem(signing issues) and app never get launched while using appium v1.6.3 with IOS 10.1, but after downgrading appium to 1.6.1, it got resolved.
Still I am interested to know your issue in detail.