-
Notifications
You must be signed in to change notification settings - Fork 279
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
Make iPhone (iOS) & iPad (iPadOS) app handling consistent throughout mas #721
Comments
This is because, a few years ago, someone else added support for iOS & iPadOS apps only to I cannot work on iOS or iPadOS app support until summer 2025, as I'm stuck on Intel until then. The only thing to potentially do now is to change Unless someone else implements it before the summer. Subscribe to #321 for updates about iOS & iPadOS app support. I'll leave this open as I might remove iOS & iPadOS apps from |
@rgoldberg Thanks, at least there's a rhyme and reason to why this isn't working. Is it possible to just print out an error message that |
@rgoldberg The one reason I prefer a better error message over just removing it from search is that people will still be confused if they directly extract an app ID from a URL (as suggested in the readme) and try to install the app that way. |
@martimlobao I can look into a better error message in a little bit. In the meantime, can you try IIRC, someone else didn't see iOS or iPadOS apps in This will help me know where to put error outputs, and the extent to which iOS & iPadOS apps are already supported. Thanks for any potential help. |
@rgoldberg Happy to help. I have Delta Emulator (ID 1048524688) installed, but afaict, it only shows up in ![]() |
Interestingly, ❯ mas purchase 1048524688
Error: Unknown app ID 1048524688
~
❯ mas lucky 1048524688
==> Downloading Delta - Game Emulator (1.6.10)
Error: Download failed: The installation could not be started.
~ took 16s
❯ mas upgrade 1048524688
Error: Unknown app ID 1048524688 |
@martimlobao thanks for the info. Red vs. white "Error" are from an explicit print to stderr vs. a thrown error (which gets printed to stderr), respectively. That will all be cleaned up in the output overhaul (see #626). It doesn't explicitly mention the colors, but it will all be cleaned up by the 4-stream setup, once #626 is done. |
mas config
Installation method
Homebrew core (via
brew install mas
)Bug description
mas
doesn't recognize several app IDs, even though it finds them usingmas search
. For example:This doesn't happen with all IDs (1136800740 works, for example), but clearly a large fraction don't.
mas install
also fails with the same error.Steps to reproduce
The text was updated successfully, but these errors were encountered: