Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1481] SDK 1.4 does not pick up appicon on iOS 4

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionCannot Reproduce
Resolution Date2011-12-22T16:56:35.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.8.0.1
ComponentsiOS
Labelsappicon, defect, ios, iphone
Reporterctredway
AssigneeStephen Tramer
Created2011-04-15T02:53:59.000+0000
Updated2012-02-09T10:55:43.000+0000

Description

A customer reported that when they pushed thier app to a device, Developer did not pick up the appicon.png. I have verified this with my own test project.

How to reporduce.

Create a project, alter the appicon.png in the iphone directory under Resources. Push app to a device. The icon will either be white or the original icon.

Comments

  1. Goran Skledar 2011-04-15

    The CFBundleIconFile and CFBundleIconFiles keys in the build/iphone/Info.plist* file are set to default_app_logo.png and not to appicon.png**, which is causing this issue I believe.

    Additionally, even if you change the "Application Icon" setting for your project in Titanium Developer, the Info.plist doesn't update with this new setting.

    As a workaround I either rename the appicon.png to default_app_logo.png or edit the Info.plist file appropriately.

  2. hal 2011-04-15

    Issue also reported for ipad, in http://developer.appcelerator.com/question/106501/app-icon-appears-as-white-box"> this Q&A post.

  3. Eduardo Gomez 2011-06-23

    There is a HD Support ticket that encountered this issue as well: http://support.appcelerator.com/display/APP-139491
  4. Stephen Tramer 2011-12-22

    Spot-checked against iPad 2 iOS 5.0.1, installed via SDK 1.8.0.1 and Studio 1.0.8.201112211741. Could not reproduce, meaning it was fixed sometime in history.
  5. Thomas Huelbert 2012-02-09

    worked in 1.8.1/1.8.2

JSON Source