Skip to content

Conversation

@HugeIRL
Copy link

@HugeIRL HugeIRL commented Dec 12, 2025

Summary

Fix App Store GUI not showing mas-upgraded apps as installed.

Problem

After mas upgrade completes successfully via the normal CommerceKit path,
the App Store app doesn't recognize the installed app (shows cloud download icon).
Running mdls on the app manually fixes it by triggering Spotlight re-indexing.

Solution

Call mdimport on the installed app after successful installation in the
normal success path, matching what's already done in the PKInstallErrorDomain
201 workaround path.

Fixes #1110 and #1099

Note: I ran the build & test scripts and it seems to work for me, but may require testing before officially merging this by a few others first.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 12, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mas upgrade x seems to create App Store inconsistencies

1 participant