App logo on iOS

Hi,

I developed an app for Android and i recently buy the developer account to share my app in the app store.
But i have a problem, for the same code, logo(s) of my app display on android device and not in my iPod.

Have you any ideas ?

Thanks, Kévin

Hey Kevin,

Did you define the icons in your build.settings file for iOS?

iphone =

    {

        plist =

        {

            CFBundleIconFile = “Icon.png”,

            CFBundleIconFiles =

            {

                “Icon.png”, 

                “Icon@2x.png”,

                “Icon-40.png”,

                “Icon-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.png”, 

                “Icon-Small@2x.png”,

                “Icon-Small-50.png”, 

                “Icon-Small-50@2x.png”, 

            },…

     }

}

no, and you are right !!!
i knew that i had forgetten a thing and it’s that !
I go to test right now

thanks!

Hey Kevin,

Did you define the icons in your build.settings file for iOS?

iphone =

    {

        plist =

        {

            CFBundleIconFile = “Icon.png”,

            CFBundleIconFiles =

            {

                “Icon.png”, 

                “Icon@2x.png”,

                “Icon-40.png”,

                “Icon-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.png”, 

                “Icon-Small@2x.png”,

                “Icon-Small-50.png”, 

                “Icon-Small-50@2x.png”, 

            },…

     }

}

no, and you are right !!!
i knew that i had forgetten a thing and it’s that !
I go to test right now

thanks!