appium调试坑点

IOS证书有关API:https://developer.apple.com/reference/security/1667150-certificate_key_and_trust_servic

整个appium的调试过程如下:

1:安装appcrawler、appium。

appium很好安装

brew install appium

appcrawler我下载的是1.4.0版本

2:发现在运行的过程中 还需要ideviceinstaller、idevicesyslog

brew install ideviceinstaller,再将他们加入到bin中

这里有个坑 绕了一个小时 最后发现很无奈

ideviceinstaller -i ipa的时候 有时候会卡主不动 这个时候竟然是因为数据线接触不良 哎··

3:运行appium服务 appium --session-override

再运行appcrawler客户端: bin/appcrawler -c conf/xueqiu.json --capability udid=31473bc5f237a97e37c6ae1b35ea794c625b9829 -a 1111.ipa

运行之前 xueqiu.json需要配置一下


appium调试坑点_第1张图片

这样配置完成后 仍然无法正常运行 还有两个坑

a:去设置-通用-设备管理 去信任证书

b:设置-开发者-Enable UI Automation 激活

遍历结果


appium调试坑点_第2张图片

然而 appstore上发布证书的app监测仍然有如下问题  待查


appium调试坑点_第3张图片

你可能感兴趣的:(appium调试坑点)