AppIcon not showing in MacAppstore and Testflight in Tahoe

We’ve been using the new Icon Composer–generated app icons for our existing universal bundle (iOS + Mac Catalyst) app. The icons work perfectly for iOS on the App Store.

On macOS Tahoe (macOS 26), however, the App Store listing doesn’t display the app icon — it just shows placeholder while downloading. After the app is installed, the icon displays fine everywhere (Dock, Finder, Launchpad, etc.).

Setup:

  1. using .iconset generated via Icon Composer, bundled with .png inside the .icon file.
  2. On older macOS App Stores, the app icon shows as expected.
  3. On Tahoe App Store only, the issue appears.

Could this be because the App Store expects .svg variants inside the .icon file for proper display in the Store? Or is there any updated requirement for Mac App Store metadata icons vs. bundled app icons?

Any guidance would be much appreciated.

Answered by Mohammed Idhiris in 860320022

The issue got resolved by removing the 'Icon Files' and 'Icon names' empty entry under 'Icon Files' key in info plist. We used this earlier for supporting alternate app icons. This empty entry caused the issue when submit app build from latest 26 xcode

Feedback: FB20329446

We are having a very similar issue: Feedback: FB20354845

Accepted Answer

The issue got resolved by removing the 'Icon Files' and 'Icon names' empty entry under 'Icon Files' key in info plist. We used this earlier for supporting alternate app icons. This empty entry caused the issue when submit app build from latest 26 xcode

AppIcon not showing in MacAppstore and Testflight in Tahoe
 
 
Q