iPhone icon doesn't have gloss

Hi,

I want to have the gloss effect of the iPhone icon of my app, but it doesn't appear.
My buildsettings.lua:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
settings =
{
    iphone =
    {
        plist =
        {
             CFBundleIconFile = "Icon.png",
             CFBundleIconFiles = {
                    "Icon.png" ,
                    "Icon@2x.png" ,
                    "Icon-72.png" ,
             }
        },
    },
}

I also had a problem with this once.

You have to do 2 things for this to work

1) You must set UIPrerenderedIcon = false in build.settings, as the default is set to true.
2) You must delete the app from the device before installing your new version.

After doing the above it should work.

Alright, thanks. They changed the default. Now it works.

views:1597 update:2012/1/3 13:02:13
corona forums © 2003-2011