-
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
Support iPadOS & iOS apps #321
Comments
The is a great idea for a new feature. I had to send my DTK back, but while I had it I only installed iOS app through Xcode. Can you install them from the Mac App Store? |
One thing that will need to change to support this is to change how the search and lookup commands work. Today they use the iTunes search web API and that has a filter for only macOS. Once we know the app identifier it may "just work". One thing you could try is to copy the URL for an iOS app from the store and look for the numeric identifier at the end (remove any letters). Then try |
You're right, you can get the ID from the App Store website URL.
Clicking "Cancel" (rather obviously) returns:
Just to be sure, I double checked, and it installs from the App Store fine. |
Would be so excited if this would be fixed!!! |
Me too! |
Is this being worked on or nay? |
Pinging here to show support as well. |
Your Environment
mas Install Method
brew install mas
(homebrew-core)Describe the Bug
mas list
,mas search
,mas outdated
do not show iOS apps that can be installed via the App Store on M1 macs.To Reproduce
Steps to reproduce the behavior:
mas list
Expected Behavior
The installed iOS app should be among the apps listed.
Actual Behavior
The iOS app is not among the apps listed.
The text was updated successfully, but these errors were encountered: