【问题标题】:Do i need paid ios developer account to automate real device and emulators using appium我需要付费 ios 开发者帐户来使用 appium 自动化真实设备和模拟器吗
【发布时间】:2019-08-16 12:38:33
【问题描述】:
我正在使用 xcode-10
appium gui 桌面-1.10
最新版本的 iOS - iOS 12
1)Do i need to purchase a devoloper id of 299 usd to automate my app?
2)can i automate real and emulator both internal and external apps using free account only
【问题讨论】:
标签:
android
ios
iphone
selenium
appium
【解决方案1】:
- 不需要付费帐户,但更难。我们使用免费帐户进行自动化,它们可以工作。问题是“免费”帐户的证书每周都会过期,这意味着您必须每周重新编译 WebDriverAgentRunner 以便再次颁发证书。配置和自动化有点复杂,但肯定是可能的。 Appium 网站的Real Devices Setup manual 描述了该过程。
- 您只能自动化在模拟器中专门构建的模拟器应用程序 (app.zip) 和使用开发人员证书签名的本机应用程序 (ipa)。无法自动化使用发布证书签名的生产应用。