cordova-docs icon indicating copy to clipboard operation
cordova-docs copied to clipboard

App-Icon for iOS: Add iTunesArtwork-Icon

Open GitToTheHub opened this issue 4 years ago • 0 comments

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.

GitToTheHub avatar Jun 27 '20 17:06 GitToTheHub