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 16:35:28 UTC

[GitHub] [cordova-ios] GitToTheHub opened a new issue #923: Set App-Icon properly

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


   Hi,
   
   I followed the Cordova-Documentation to set my Icons for iOS:
   https://cordova.apache.org/docs/en/latest/config_ref/images.html#ios
   and followed the documentation of Apple too:
   https://developer.apple.com/library/archive/qa/qa1686/_index.html
   
   But when I upload my IPA to AppStoreConnect, I see a Cordova-Icon for my Upload.
   
   I'm using cordova-ios 6.0.0 with the following icon-configuration:
   ```
       <!-- Settings Icon -->
       <icon height="29" src="res/icon/ios/icon-small.png" width="29" />
       <icon height="58" src="res/icon/ios/icon-small@2x.png" width="58" />
       <icon height="87" src="res/icon/ios/icon-small@3x.png" width="87" />
       
       <!-- Spotlight Icon -->
       <icon height="40" src="res/icon/ios/icon-40.png" width="40" />
       <icon height="80" src="res/icon/ios/icon-40@2x.png" width="80" />
       <icon height="120" src="res/icon/ios/icon-40@3x.png" width="120" />
       
       <!-- Home screen on iPhone/iPod Touch -->
       <icon height="120" src="res/icon/ios/icon-60@2x.png" width="120" />
       <!-- Home screen on iPhone with retina HD display -->
       <icon height="180" src="res/icon/ios/icon-60@3x.png" width="180" />
       
       <!-- Home screen on iPad -->
       <icon height="76" src="res/icon/ios/icon-76.png" width="76" />
       <icon height="152" src="res/icon/ios/icon-76@2x.png" width="152" />
       
       <!-- Home screen on iPad Pro -->
       <icon height="167" src="res/icon/ios/icon-83.5@2x.png" width="167" />
   ```
   
   Must I maybe set the iTunes-Icon (512x512 & 1024x1024) though it's marked as "Do not include" in Apple's documentation and not listed in the Cordova documentation?


----------------------------------------------------------------
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


[GitHub] [cordova-ios] GitToTheHub closed issue #923: Set App-Icon properly

Posted by GitBox <gi...@apache.org>.
GitToTheHub closed issue #923:
URL: https://github.com/apache/cordova-ios/issues/923


   


----------------------------------------------------------------
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


[GitHub] [cordova-ios] GitToTheHub commented on issue #923: Set App-Icon properly

Posted by GitBox <gi...@apache.org>.
GitToTheHub commented on issue #923:
URL: https://github.com/apache/cordova-ios/issues/923#issuecomment-650588374


   I resolved the question by my own. You have to set the iTunesArtwork-Icon for 512x512 and 1024x1024 and must deliver it without a alpha-channel.


----------------------------------------------------------------
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