Cyril O'Kon
New member
- Joined
- Apr 3, 2024
- Messages
- 23
- Points
- 1
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?"
OR
install APP via IPA file and try to automate it after this by modifying the plist. This could be (in theory) done by some script, that you would provide the package, it would disassemble it, change the line in plist file and assemble it back together for all devices, you need.
HELP
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?"
OR
install APP via IPA file and try to automate it after this by modifying the plist. This could be (in theory) done by some script, that you would provide the package, it would disassemble it, change the line in plist file and assemble it back together for all devices, you need.
HELP