-
Notifications
You must be signed in to change notification settings - Fork 494
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
Can't search any APP #300
Comments
same here!!!!! |
same here |
I have now modified the source code to bypass the "no storefront" issue, but now I'm stuck at the download step with the message: received error. input:
output:
lol |
Running into the same issue. When trying to directly download using a bundleID I am running into the issue:
|
Could be related to the login issue reported? here |
same here with |
For those who are facing the issue related to storeFront not found. I was able to solve it. Go to Keychain Access -> search for "ipatool-auth.service" -> show password -> Check if the store front value is present in that json -> If not check your storefront ID on this file and add it. At the end the field should be like this
|
It wroks , thank you |
Still not working, I have an account that is always
It should be like this below:
|
I can now search with this setting : {"name":" ","password":"$password$","storefront": "xxxxxx"} |
same situation here, guessing this may be caused by apple API. |
Now with this setting : {"email":"$mail$","passwordToken":"$token$","directoryServicesIdentifier":"21134265614","name":"$name$","storeFront":"xxxxxx","password":"$password$"} ERR error="license is required" success=false maybe because directoryServicesIdentifier is wrong ? where can I find it ? |
143467
It looks like the App you about to download can't be found in the Store region of this front store code you provide(just guessing lol) Btw, how can you fill in the {passwordToken} and {directoryServicesIdentifier}, I can't get these two by login step |
Yes, I noticed the err mssage, but I'm ture the app exists in the storefront and the apple id I Iogined is in the correct region I found here https://github.com/majd/ipatool/blob/8a20cfcb1defae0581156e8ff90f2e6105b9d65b/pkg/appstore/store_front.go |
pretty similar results with what I got. lol |
I was able to successfully download. I did several things, so I'm not sure which resolved the issue. Here are the steps I took, maybe they'll help.
|
I am new in IOS analysis, i am using windows, could you explain better ? I am not familiar with |
do exactly like this, use your mail at |
What happened?
ERR error="country code is invalid: country code mapping for store front () was not found" success=false
#131
I find
ipatool-auth.service
, double click on it check the "show password" box, there is nostorefront
, just plaintext {"name":" ","password":"myIDPassword
"}No idea what
storefront
is, and how to solve it.macOS Sequoia 15.0.
Version
2.1.4
Relevant log output
No response
The text was updated successfully, but these errors were encountered: