How to use Appium to automate a 3rd party ios app on real device

本小妞迷上赌 提交于 2019-12-20 03:43:13

问题


I'm trying to automate a 3rd party ios app (YouTube, for example) on a real iPhone using Appium. I haven't been able to find a single guide/tutorial to achieve this, but from the information I gathered, it seems to involve the following steps:

  1. Extract the pre-installed app and decrypted it (using a tool such as Clutch)
  2. Resign it with my development cert

I know I omitted lots of details in each step, but my question is, has anyone done this successfully and can confirm this is actually achievable? Or is there any other less involved ways to automate a 3rd party ios app using Appium?


回答1:


In order to Automate app already installed on the device, you can use bundleId capability and provide the bundle id of the installed app.

You can learn more about how to get the bundleId for an installed app, here.



来源:https://stackoverflow.com/questions/53090109/how-to-use-appium-to-automate-a-3rd-party-ios-app-on-real-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!