问题
I am trying to automate my company's app, downloaded from App Store, on a real hardware device (iPhone) using Appium.
Looking for help. I have tried:
- Download appium 12.2
- installed ios-webkit-remote-debugger
- Downloaded the app from app store
- Connected the iPhone with Mac
- Entered the UDID and BundeID and Forced Device as iPhone and click on Launch.
- Server started successfully but not able to launch the apium inspector.
回答1:
You are not able to automate a build downloaded from the App Store.
For Instruments/Appium to connect to the application on a real device you need to....
Have the
.ipa
file signed with a "Development" certificate that includes the UDID of the target deviceYou can not use a "Distribution" certificate, which is what all App Store builds are signed with
Source: I spent the last two days on this. I need to update the Appium documentation.
来源:https://stackoverflow.com/questions/24925817/is-it-possible-to-automate-an-app-downloaded-from-the-app-store-using-appium