Run IPA file after installation on device

I was able to install IPA applications on devices with iOS devices (without jailbroken) from my terminal using libimobiledevice. Unfortunately, this only half occupies me. Now I need to run the newly installed application automatically as part of our overnight test assignment.

All information is much appreciated.

Thanks in advance.

+5
source share
2 answers

If you do not mind using another utility (which depends on libimobiledevice):

Crackleware iDevice App Runner (GitHub)

+1
source

idevicedebug libimobiledevice. https://github.com/libimobiledevice/libimobiledevice.

: idevicedebug run [APP_ID]. ideviceinstaller -l, APP_ID idevicedebug.

, , .

0

All Articles