Search code examples
xcodemac-app-storesafari-app-extension

Missing icon in Mac App Store review screen


I have a Safari App Extension that uses SKStoreReviewController to request the Mac App Store rating screen:

Screenshot

The screen looks like it should have the app icon on the left side, but it doesn’t. I’ve tried setting ASSETCATALOG_COMPILER_APPICON_NAME in Xcode to a valid asset name, but no change. Is this meant to work? If so, how do I get the icon there?


Solution

  • Don't know if it's the same issue but looks like using SKStoreReviewController on iOS seems to trigger similar behaviour. Does this issue also occur in the released version?

    SKStoreReviewController not showing app icon in development