[TIMOB-16465] iOS: Add iTunes artwork to default classic project sample
GitHub Issue | n/a |
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-09-02T07:48:17.000+0000 |
Affected Version/s | Release 3.2.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.2.1 |
Reporter | Samuel Dowse |
Assignee | Eric Merriman |
Created | 2014-02-15T00:56:06.000+0000 |
Updated | 2017-03-23T22:29:12.000+0000 |
Description
Description
Creating a classic project will create default icons in the resources folder for the appicon and splashscreens. However no iTunes artwork is provided. If a default classic application is packaged for the iTunes store then no icon will be displayed.
Alloy projects have this in the template so this problem only occurs with classic projects.
Attachments
We added a DefaultIcon.png in Titanium SDK 5.1.0 which will generate the iTunesArtwork if it's missing. Furthermore, the iTunesArtwork is only used for Adhoc builds, thus the reference to the icon missing for app store builds is not a result of this image missing.
Closing ticket as Won't Fix with reference to the above comments.