Skip to content
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

Unable to download IPA from App Store using 2FA enabled account #329

Closed
zhangyoufu opened this issue Oct 8, 2023 · 6 comments
Closed

Unable to download IPA from App Store using 2FA enabled account #329

zhangyoufu opened this issue Oct 8, 2023 · 6 comments

Comments

@zhangyoufu
Copy link

zhangyoufu commented Oct 8, 2023

   • POST Download: (200):
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<plist version="1.0">
<dict>
<key>pings</key>
<array></array>
<key>failureType</key><string>5002</string>
<key>customerMessage</key><string>An unknown error has occurred</string>
<key>m-allowed</key><false/>
</dict>
</plist>
   ⨯ failed to download app XXXXXX: no items found in download response
@zhangyoufu
Copy link
Author

I tried to remove ipsw-vault from KeyChain and re-login. It looks strange that ipsw did not ask for 2FA and report error during download.

I tried ipatool download, which asks for 2FA and could download app using the same account.

@zhangyoufu zhangyoufu changed the title Unable to download IPA from App Store Unable to download IPA from App Store using 2FA enabled account Oct 8, 2023
@blacktop
Copy link
Owner

thanks for letting me know

@blacktop
Copy link
Owner

should be fixed in next release, thx again

@dmtch
Copy link

dmtch commented Jan 30, 2024

Was it really solved?
I faced the same bug right now (using build ipsw_3.1.450_windows_x86_64).

@blacktop
Copy link
Owner

I don't have a windows machine to test, but it did work on macOS. the cmd stores your cress security in the OS's secure cred storage tech, not sure what that is on windows, but if you go and find the ipso entry there and delete it and retry it should work?

@dmtch
Copy link

dmtch commented Jan 31, 2024

I don't understand how exactly, but the problem was fixed after some manual interactions with AppStore app on my iPad and fiddling with ipatool (which downloads the app firstly). Probably, it was something related to the state of my appleid account.

So, the app was downloaded, but in the end the tool has another fault:

   ⨯ failed to download app WhatsApp Messenger: failed to download app: failed to download file: failed to rename C:\Users\ruser\AppData\Local\Temp\appstore.ipa2867119990.download to C:\Users\ruser\AppData\Local\Temp\appstore.ipa2867119990: rename C:\Users\ruser\AppData\Local\Temp\appstore.ipa2867119990.download C:\Users\ruser\AppData\Local\Temp\appstore.ipa2867119990: Access is denied.

Not a big deal, I just copied it from my Temp\ directory where it was left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants