-
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
mas doesn't support iPad or iPhone apps #669
Comments
@Accademia mas doesn't yet support iPad or iPhone apps. The feature request is #321. I have an Intel Mac, so I cannot investigate or implement this now. Can you run the following Terminal command so I can learn where iPad apps are stored on the file system? mdfind 'kMDItemAppStoreAdamID == 741292507' Thanks. |
Thank you very much for your response. Regarding your command line (mdfind 'kMDItemAppStoreAdamID == 741292507'), there was no execution result on my computer, as shown in the screenshot. If possible, I can execute more commands to help you explore whether this functionality is feasible enough to implement. |
@Accademia Thanks for the offer of help. I assume it will be possible to implement, but it won't be feasible to implement without me directly using an Apple Silicon machine. The tentative plan is to get to it during summer of 2025, when I plan to procure an M4 Mac Studio (I'm stuck on Intel until then). The good news is that there are many other planned improvements for mas that I can work on beforehand, so people will get other features & bug fixes in the meantime. |
@Accademia Can you run the following command? mdls '/Applications/Xiaohongshu.app' If |
Thank you very much for your reply and for the task you assigned me. I have executed the command, as shown in the image. It is important to note that Xiaohongshu (in English) is translated as “小红书” in Chinese. Since my system is in Chinese, it is displayed and queried in Chinese on my system. xiaohongshu.app = 小红书.app (Chinese MacOS) If there is anything else you need me to do, please let me know. |
@Accademia Thanks for the info. Is there any way you can copy & paste the output instead of posting a screenshot? That will make it easier to work with. |
@Accademia The lack of Looks like mas might need to support bundle IDs instead of app IDs (#541). |
Okay, I’ll provide a few more examples of iPadOS apps. Delat - Game Emulator
XiaoHongShu (小红书 - 你的生活指南) Note: Link1 and Link2 point to the same App Store app, but one uses a URL with Chinese characters, while the other uses a URL with English characters.
Sir. If there is anything else I can do, please let me know. Thank you very much. |
@Accademia Thanks for the additional output. Looks like we might need to use another data source for installed iOS & iPadOS apps. We can look for other data sources (dependent on #565). Assuming that there are no other useful data sources, and that the known data sources behave as I suspect from the info I've seen, mas can:
Will track work in #321. Will leave this issue open for now, but probably won't get to all this for a few months at earliest, but probably later. This issue is a duplicate of #648. |
See #321 |
mas version
v1.8.8-beta.13
macOS version
15.1.1
macOS build version
24B91
Processor
Apple M3 Max
mas installation method
Homebrew core (brew install mas)
mas installation details
Expected behavior
The latest version of Mas seems unable to update iPad apps in the App Store, such as “Xiaohongshu.”
https://apps.apple.com/us/app/%E5%B0%8F%E7%BA%A2%E4%B9%A6/id741292507
Actual behavior
After executing "mas upgrade" , it did not detect that this app needed to be updated.
Steps to reproduce
Additional context
No response
The text was updated successfully, but these errors were encountered: