Expo Icon IOS - Application Loader + Itune Connect

I don’t understand why, since last week, Expo icon appear instead of my icon in Application Loader + Itune Connect

I do not know if the mistake comes from my config or from Building Standalone Apps procedure. I tried several things without success. I modified the App.js with ios general icon, make a another 512px png whitout transparency.

It does not change anything and the expo icon still continues to appear.

Could you please help me. I’m the only one with this problem?
Thank you in advance.


Build ID: 15bb492c-de41-4892-9e60-24d17f8d74ef

a"ios": {
      "bundleIdentifier": "*************",
      "icon": "./pages/images/theme/icon-ios.png",
      "config": {
        "googleMapsApiKey": "*******************"
      }
    },

image

Hi, can you make sure to generate a new build with exp build:ios, upload it to iTunes Connect, and then “select” the new build inside iTunes Connect? The fixed icon will not show up until the new build is “selected”. Let me know if you’re still seeing the issue inside iTunes Connect after doing this, and if so, what the build id was.

1 Like

Perfect !!! You were right. Application Loader displays last build uploaded. I can continue. :pray::pray::pray: