iOS AppStore Icon not updating

Where do I have to configure the Icon such that it is recognized in AppStore when uploading the IPA?

At the beginning of our development we added a placeholder icon until the final icon was created. I configured the new icon as default icon in player settings. Before I had also the other icon categories configured (Application icons, Spotlight icons, …), but I removed all of them. I expect that Unity generates those from the 1024x1024 default icon, doesn’t it?

So the new icon is the default icon and no other icons are configured. Still when uploading the IPA I still get the old icon. We use Unity cloud build, so I can’t change the icon in XCode. What should I do?

Hello, tylkomat!
I believe you have already committed the modified ProjectSettings.asset to the repository after changing the default icon to the new one? If you have, could you try to place a clean build?

Yes I have. Not actively though, but I just pushed all changes with collab. I also tried a clean build.

Thank you for confirming that. So it should not a cache-related issue.
Can you check if the same issue does not exist when building it locally instead of on UCB?

Yes, the issue doesn’t exist when building locally.

I have to mention that the reason for using cloud build was to be able a create an iPhone app. We had a mac, but was too old to have the necessary XCode version. It could only be used to upload the IPA.

The situation has changed now and we have a more up to date mac available, so we canceled the cloud build subscription.