-
Notifications
You must be signed in to change notification settings - Fork 274
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
[BUG] Wireguard not appearing in results, but installable by ID #221
Comments
Thanks for the detailed bug report! I am able to reproduce these results. This is similar to #106 in that the app doesn't show in the BackgroundThe SolutionsFor macOS installers which Apple is probably intentionally hiding older ones (#106), I'm building a fixed list into an upcoming release so that these won't be dependent on the iTunes Search API. This makes sense because there is only one new major release of macOS per year. Now for apps, there are too many of them to find all these exceptions and keep them updated. For now, please log issues like this one whenever you find an app that doesn't show up in search. Hopefully, I can find the native API that the App Store uses and switch to using that instead of the iTunes Search API because (in theory) this should yield the exact same results as searching the in the App Store GUI app. This is easier said than done because these APIs are private Apple APIs not documented and requires a bit of hackery to find and keep working. |
Maybe issues #176 and #220 could be merged here as well (or this issue to one of them). They all describe the same problem. Additional apps that don't show up in search but can be installed with the ID:
|
Hi! I would like to mention that the Jira App has the same issue (id: 1475897096) 😊 |
This is fixed now in mas 1.6.4
@zntfdr Jira is searchable now too 😄
|
Awesome, thanks for the fix! 😃 |
THANK YOU!!! |
adding one more to the list: Outbank, id: 1094255754 |
thanks. it had already been added on 20th Aug. 2019 (5th post above yours), though. too bad this still isn't working. could it be that this has something to do with the fact that is does not show up in the US store? |
Describe the bug
A search for
WireGuard
yields no results but if you go and manually find the ID of the app from the App Store, it's possible tomas install
it successfully. Searching for other names works fine (eggarageband
orxcode
).To Reproduce
Steps to reproduce the behavior:
mas search wireguard
Error: no results found
...
menu --> Copy Link) which is1451685025
mas install 1451685025
Expected behavior
Search results should show WireGuard.
Actual behavior
WireGuard is not listed in search results.
Desktop (please complete the following information):
1.6.2
(but affects at least1.5.0
onwards)10.14.3
brew install mas
The text was updated successfully, but these errors were encountered: