Use MAS region instead of macOS region & add mas region#689
Use MAS region instead of macOS region & add mas region#689rgoldberg merged 2 commits intomas-cli:mainfrom
mas region#689Conversation
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
Use region from `SKStorefront` obtained from `SKPaymentQueue` for macOS 10.15+. Pass `region` as argument to `lookup` & `search` functions instead of saving as a class member to isolate region to specific calls. Rename `country` as `region` as much as possible. Minor cleanup. Resolve mas-cli#684 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
|
I've been exploring the new
I tried to find documentation about this feature by looking at the references in the GitHub issues. In #444, you pointed to #75 for information about the Could you provide some clarity on the current functionality and intended use of this command? |
|
@liby The 2 issues you referenced are feature requests; neither has been implemented yet. #684 is the feature request for the existing If mas cannot obtain what it thinks is the MAS region, it then defaults to the macOS region (from System Settings). That's possibly what's happening in your case. I don't have credit cards in multiple countries. I tested by using my Apple ID in both macOS & the MAS, then I changed the Apple ID in the MAS (via the MAS GUI, not from the command line) to a friend's Apple ID from another country. Maybe the Apple private framework behaves differently for changing the setting you changed. Maybe you cannot have a different region for the same Apple ID in the MAS & macOS. Can you tell me your region in the MAS & your region in macOS before & after your Can you try changing the country in your MAS GUI, rather than using a command line? |

Use MAS region instead of macOS region & add
mas regionResolve #684