-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPA file cannot be installed #336
Comments
Please provide more information. Where are you trying to install the ipa package? App size is irrelevant compared to what you see in the App Store app. |
ipatool downloads unedited/encrypted ipas from Apple servers. To install the downloaded file, you need to decrypt the ipa via a jailbroken device. |
There should be no need to jailbreak, after all, you have logged into the AppStore account |
I'm not sure, you can check @Lakr233's implementation here: https://github.com/Lakr233/Asspp |
This issue occurs because the method used by ipatool to inject the signature is not supported by installd. You can unpack the IPA file using an alternative zip tool and then repack it. |
Hello, when I download the ipa, the installation package is smaller than the appstore's and cannot be installed.
The text was updated successfully, but these errors were encountered: