Delivered iOS app to Transporter doesn't show app icon in appstoreconnect?

Please provide the following:

  1. SDK Version: 38
  2. Platforms: iOS

Appstoreconnect shows a blank app icon:

In the app.json, this is how I set the app icon:

"expo": {
    ...
    "icon": "./assets/icon.png",

Where am I going wrong here? Am I supposed to have another icon tag under iOS (App Icons - Expo Documentation)?

I delivered the app through Transporter.

Thanks

that is correct. you need to set the icon, then build again. it’s easy to verify that the icon is what you want by running expo publish and opening the link beside “Project page” in the output when it completes. eg: Expo

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.