You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/27 17:42:35 UTC

[GitHub] [cordova-docs] GitToTheHub opened a new issue #1090: App-Icon for iOS: Add iTunesArtwork-Icon

GitToTheHub opened a new issue #1090:
URL: https://github.com/apache/cordova-docs/issues/1090


   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/iTunesArtwork@2x.png" 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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org