majd / ipatool

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

downloaded app crashes if installed on device #105

Closed coderunnerone1 closed 1 year ago

coderunnerone1 commented 1 year ago

What happened?

when i opened the app, it closes as soon as you start it

Version

current

Relevant log output

No response

qnblackcat commented 1 year ago

Maybe the version is too old and can’t be run on new iOS?

majd commented 1 year ago

There are multiple possibilities that can lead to this outcome:

  1. The app version you downloaded is not compatible with the iOS version that your device is running.
  2. You tampered with the downloaded IPA file before installing on the iOS device, therefore invalidating its signature.
  3. The app was downloaded from an Apple ID that was never logged-in to on the iOS device that you installed the app on. This can be simply fixed by singing in to the App Store on the iOS device. You are able to sign out from the account afterwards.
github-actions[bot] commented 1 year ago

This issue has been automatically closed because there has been no response from the original author.