You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ricardo Panaggio (JIRA)" <ji...@apache.org> on 2016/07/14 14:30:20 UTC

[jira] [Created] (CB-11577) Add special treatment for iTunesArtwork icons

Ricardo Panaggio created CB-11577:
-------------------------------------

             Summary: Add special treatment for iTunesArtwork icons
                 Key: CB-11577
                 URL: https://issues.apache.org/jira/browse/CB-11577
             Project: Apache Cordova
          Issue Type: Improvement
          Components: iOS
    Affects Versions: 4.1.1
         Environment: % cordova --version
6.2.0
% cordova platform ls
Installed platforms:
  ios 4.1.1
            Reporter: Ricardo Panaggio


If you want icons show up on iTunes, you need to add at the root of the Xcode project png files with these names and sizes:

*  iTunesArtwork (512x512)
*  iTunesArtwork@2x (1024x1024)

(yep, no file extension)

Related docs: https://developer.apple.com/library/ios/qa/qa1686/_index.html

If you don't, you get this on iTunes: http://imgur.com/6hyAxLU

My suggestion would be to get icons of those sizes from config.xml and add these files on the root of the project automatically, as a part of the icons processing.

Crappy iOS :(



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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