'Providing 1024x1024 App Store icon when building with Ionic
I maintain an old phonegap project, that is now built with Ionic (which uses Cordova). For now, everything seems to work fine, but there is one problem: The iOS App Store icon does not show up, I see the default Cordova icon instead.
Since providing the App Store icon with App Store Connect is not working anymore I did add a 1024x1024 icon to the apps resources and the following line to the config.xml:
<icon height="1024" src="resources/icons/icon-1024.png" width="1024" />
But that did not help. I still see the wrong icon when I upload to the store. Everything else works fine, once you downloaded the app, you can see the right icon on your homescreen.
Any ideas?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|