Skip to content

Make iPhone (iOS) & iPad (iPadOS) app handling consistent throughout mas #721

Open
@martimlobao

Description

@martimlobao

mas config

mas ▁▁▁▁ 1.9.0
arch ▁▁▁ arm64
from ▁▁▁ homebrew/core/mas
origin ▁ https://github.com/mas-cli/mas.git
rev ▁▁▁▁ a5a928a2e6a28a5c751bca7f63f26b06cede8197
driver ▁ 1.115
swift ▁▁ 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
region ▁ US
macos ▁▁ 15.2 (24C101)
mac ▁▁▁▁ MacBookPro18,3
cpu ▁▁▁▁ Apple M1 Pro

Installation method

Homebrew core (via brew install mas)

Bug description

mas doesn't recognize several app IDs, even though it finds them using mas search. For example:

$ mas search 'delta emulator'
  1136800740  GameTrack                                       (5.4.3)
...
  1048524688  Delta - Game Emulator                           (1.6.5s)
   388491656  Fly Delta                                       (6.6)
  1190074407  Nintendo Switch Parental Cont…                  (1.22.0)
  1293634699  Mario Kart Tour                                 (3.6.2)
...
$ mas info 1048524688
Error: Unknown app ID 1048524688

$ mas info 388491656
Error: Unknown app ID 388491656

$ mas info 1190074407
Error: Unknown app ID 1190074407

$ mas info 1293634699
Error: Unknown app ID 1293634699

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

$ mas info 1048524688
$ mas info 388491656

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions