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:
- Extract the pre-installed app and decrypted it (using a tool such as Clutch)
- 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
?