Iphone 5

Hi, I’m trying to build my app even for iPhone 5, but there are some problems:

when I use the simulator of the iPhone 5 it seems that everything is working fine, but when I try the app on my iPhone, there are still the black bars. 

Here’s the config.lua file:

– config.lua

application =

{

    content =

    {

        width = 320,

        height = 480,

        scale = “zoomEven” – zoom to fill screen, possibly cropping edges

    },

}

Are you including the required Default-568@2x.png file that is 640x1136 in size?  Without it, Apple assumes you are not a tall device.

Ok, I’ve created a 640x1136 image called Default-568@2x.png    

Where do I have to put it? Do I have to put it in main.lua ?

My game is landscape 

Hi @MDVgamesStudios,

The file name is actually “Default-568h@2x.png” (note the “h” in there following “568”)… and it must be a normal dash before “568” (the old forums, at least, would convert a dash to an “extended dash” and if you copied the name directly from there instead of typing it manually, the file would be named incorrectly).

Just create and place this image in your root project directory.

More details on launch images can be found here:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#launchimage

Let me know if you have any other issues,

Brent

Ok, included and now it works. Thank you very much !!!

Do you know some programs to make great images?

Photoshop

Adobe Illustrator

Inkscape

Thank you 

Are you including the required Default-568@2x.png file that is 640x1136 in size?  Without it, Apple assumes you are not a tall device.

Ok, I’ve created a 640x1136 image called Default-568@2x.png    

Where do I have to put it? Do I have to put it in main.lua ?

My game is landscape 

Hi @MDVgamesStudios,

The file name is actually “Default-568h@2x.png” (note the “h” in there following “568”)… and it must be a normal dash before “568” (the old forums, at least, would convert a dash to an “extended dash” and if you copied the name directly from there instead of typing it manually, the file would be named incorrectly).

Just create and place this image in your root project directory.

More details on launch images can be found here:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#launchimage

Let me know if you have any other issues,

Brent

Ok, included and now it works. Thank you very much !!!

Do you know some programs to make great images?

Photoshop

Adobe Illustrator

Inkscape

Thank you