cordova-docs
cordova-docs copied to clipboard
App-Icon for iOS: Add iTunesArtwork-Icon
In the documentation of "Customize Icons", the iOS-section should be appended with the following entries:
<!-- iTunesArtwork - Used for AppStoreConnect -->
<icon src="res/ios/iTunesArtwork.png" width="512" height="512" />
<icon src="res/ios/[email protected]" width="1024" height="1024" />
It should be noted, that the iTunesArtwork-Icon cannot have a alpha-channel. If you don't set this icon, the default Cordova-Icon is used.