Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15560] iOS7: appicon-Small-40 (and @2x) Icon Not Used for iOS 7 when All Icon Sizes Included in Bundle

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2014-10-29T07:51:17.000+0000
Affected Version/sRelease 3.1.3
Fix Version/sn/a
ComponentsiOS
Labelsappicon-Small-40
ReporterSlim McKinsley
AssigneeEric Merriman
Created2013-10-19T21:50:20.000+0000
Updated2017-03-23T21:36:10.000+0000

Description

The iOS 7 icons for Spotlight, Settings, and Notifications (appicon-Small-40.png, appicon-Small-40@2x.png) are not used when all of the other icon sizes/versions (including iOS 6) are included. Specifically, include the following icons in Resources/iphone: appicon-Small.png appicon-Small@2x.png appicon-Small-50.png appicon-Small-50@2x.png appicon-Small-40.png appicon-Small-40@2x.png When you run on iOS 7 device or simulator, appicon-Small-40.png and appicon-Small-40@2x.png are not used as expected. Steps to reproduce: 1. Unzip Test.zip, import the Titanium mobile project, and run it in the simulator. 2. Simulate pressing the Home button to close the app and open the default Settings app. 3. Scroll to the bottom and notice the app icon used for "Test" is white. 4. Expected app icon is black. All iOS7 icons included in Test project are black, all iOS6 icons are white. View appicon-Small-40.png and appicon-Small-40@2x.png and confirm they are black. See related Q&A post logged over a month ago that others have confirmed: http://developer.appcelerator.com/question/157401/spotlight-settings-and-notification-icon-not-using-ios-7-versions

Attachments

FileDateSize
iOS Simulator Screen shot Oct 20, 2013 3.29.27 PM.png2013-10-20T09:36:38.000+000069068
iOS Simulator Screen shot Oct 20, 2013 3.30.40 PM.png2013-10-20T09:36:38.000+000062740
Test.zip2013-10-19T21:50:20.000+0000262821

Comments

  1. Slim McKinsley 2014-05-22

    Can this please get some attention? It's been sitting for over 7 months.
  2. Ed 2014-10-03

    Seeing a similar issue with Ti SDK 3.4.0GA, and iOS Simulator 8.0. I have all 15 files in place, but only 14 get picked up for Info.plist. The one that is not picked is: appicon-Small-40@3x.png
  3. Chee Kiat Ng 2014-10-27

    Hi [~slim.mckins], according to http://docs.appcelerator.com/titanium/3.0/#!/guide/Icons_and_Splash_Screens appicon-Small-40.png and appicon-Small-40@2x.png are supposed to be used for *Spotlight*. If you want to verify the corresponding icons for *Settings*, it should be appicon-Small.png for universal non-retina devices appicon-Small@2x.png for universal retina devices appicon-Small@3x.png for iphone 6 plus So in Test.zip, the files appicon-Small.png and appicon-Small@2x.png, is white. which explains why you didn't see black, for both non-retina and retina devices. Similarly, [~bcproductions], you should be using appicon-Small@3x.png instead of appicon-Small-40@3x.png.
  4. Lee Morris 2017-03-23

    Closing ticket as invalid with reference to the previous comments.

JSON Source