Bug icon for iOS 7

Bug icon for iOS 7 tested on ipad4.

build.settings  file:

settings = { iphone = { plist = { CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png" }, } }, }

On iOS7 icon opens “Icon-72@2x.png” instead “Icon-76@2x.png”. On iOS6 opens correctly “Icon-72@2x.png”.

What am I doing wrong?

iPad 3 or 4?

ipad4

I took one of my apps where I’m using a similar build.settings file:

            CFBundleIconFiles = {                 "Icon.png",                  "Icon@2x.png",                  "Icon-60.png",                 "Icon-60@2x.png",                 "Icon-72.png",                  "Icon-72@2x.png",                 "Icon-76.png",                 "Icon-76@2x.png",                  "Icon-Small.png",                  "Icon-Small@2x.png",                 "Icon-Small-40.png",                 "Icon-Small-40@2x.png",                 "Icon-Small-50.png",                  "Icon-Small-50@2x.png",              },

Yes, in such a manner it works. Only an icon in “spotlight search” still is not correct. 

Correct there build.settings: http://www.coronalabs.com/blog/2013/09/17/tutorial-getting-started-with-ios-7/

Can you be more specific?  which spotlight icon?  I just checked and I think the blog post is correct.  We did update the post a day or so after it was published to fix a couple of typos.

Here’s icon is used with iOS 6 instead “Icon-Small-40@2x.png”.

Okay, we are chasing a phantom.

The iPhone uses Icon-Small.png and Icon-Small@2x.png for it’s Spotlight icon for iOS 6.1 and earlier

The iPhone uses Icon-Small-40.png and Icon-Small-40@2x.png for it’s Spotlight icon for iOS 7 and later

The iPad uses Icon-Small-50.png and Icon-Small-50@2x.png **regardless** of the OS.  They did not specify a larger one for the iPad in their human interface guidelines doc.

Okay, thanks.

iPad 3 or 4?

ipad4

I took one of my apps where I’m using a similar build.settings file:

            CFBundleIconFiles = {                 "Icon.png",                  "Icon@2x.png",                  "Icon-60.png",                 "Icon-60@2x.png",                 "Icon-72.png",                  "Icon-72@2x.png",                 "Icon-76.png",                 "Icon-76@2x.png",                  "Icon-Small.png",                  "Icon-Small@2x.png",                 "Icon-Small-40.png",                 "Icon-Small-40@2x.png",                 "Icon-Small-50.png",                  "Icon-Small-50@2x.png",              },

Yes, in such a manner it works. Only an icon in “spotlight search” still is not correct. 

Correct there build.settings: http://www.coronalabs.com/blog/2013/09/17/tutorial-getting-started-with-ios-7/

Can you be more specific?  which spotlight icon?  I just checked and I think the blog post is correct.  We did update the post a day or so after it was published to fix a couple of typos.

Here’s icon is used with iOS 6 instead “Icon-Small-40@2x.png”.

Okay, we are chasing a phantom.

The iPhone uses Icon-Small.png and Icon-Small@2x.png for it’s Spotlight icon for iOS 6.1 and earlier

The iPhone uses Icon-Small-40.png and Icon-Small-40@2x.png for it’s Spotlight icon for iOS 7 and later

The iPad uses Icon-Small-50.png and Icon-Small-50@2x.png **regardless** of the OS.  They did not specify a larger one for the iPad in their human interface guidelines doc.

Okay, thanks.