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/[email protected]" width="58" />
       <icon height="87" src="res/icon/ios/[email protected]" width="87" />
       
       <!-- Spotlight Icon -->
       <icon height="40" src="res/icon/ios/icon-40.png" width="40" />
       <icon height="80" src="res/icon/ios/[email protected]" width="80" />
       <icon height="120" src="res/icon/ios/[email protected]" width="120" />
       
       <!-- Home screen on iPhone/iPod Touch -->
       <icon height="120" src="res/icon/ios/[email protected]" width="120" />
       <!-- Home screen on iPhone with retina HD display -->
       <icon height="180" src="res/icon/ios/[email protected]" 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/[email protected]" width="152" />
       
       <!-- Home screen on iPad Pro -->
       <icon height="167" src="res/icon/ios/[email protected]" 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to