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

Search doesnt find specific app #269

Open
MikePendo opened this issue Apr 10, 2024 · 2 comments
Open

Search doesnt find specific app #269

MikePendo opened this issue Apr 10, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MikePendo
Copy link

MikePendo commented Apr 10, 2024

What happened?

I wanted to find that app: https://apps.apple.com/us/app/communicate-by-smokeball/id1447059340
I had run the following:
ipatool search "Communicate By Smokeball"
ipatool search "communicate-by-smokeball"
I am on us store
ipatool search <term> [flags] I used the app name in the

Version

2.1.3

Relevant log output

ipatool search "Communicate By Smokeball" --verbose
INF apps=[] count=0
@MikePendo MikePendo added the bug Something isn't working label Apr 10, 2024
@zebooka
Copy link

zebooka commented Apr 11, 2024

It depends on you account region. I have compiled myself ipatool with US region hardcoded, because of some apps not available in my country because of sanctions. Although I can download and update them on iPhone, I can't do this via tool, because prior to downloading it tries to get app information using country code and could not find them.

So with your app and US region hardcoded:

$ ipatool-us search --format json "Communicate By Smokeball" | jq
{
  "level": "info",
  "count": 1,
  "apps": [
    {
      "id": 1447059340,
      "bundleID": "com.smokeball.communicate.nova",
      "name": "Communicate By Smokeball",
      "version": "3.499.0",
      "price": 0
    }
  ],
  "time": "2024-04-11T17:21:29+07:00"
}

@MikePendo
Copy link
Author

That's strange as my account is on US

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants