majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.78k stars 486 forks source link

ipatool won't open apps #288

Closed mpermperpisang closed 2 weeks ago

mpermperpisang commented 1 month ago

What happened?

ipatool auth login -e <my apps store email> -p <my apps store password>
ipatool search <my apps>
ipatool download --bundle-identifier <my apps bundle id> --output my_apps.ipa

it download .ipa file successfully but when I tried to install n open in LambdaTest, it won't open at all. just a blink then close i don't know if any of my steps is wrong because i already login with the same email in my device farm with the email for ipatool

Version

2.1.4

Relevant log output

No response

majd commented 2 weeks ago

You need to have logged in previously with the Apple ID that owns the app on the device that you are trying to install the app on.