I am using only png images for my game. They look stellar on the corona Simulator and everything is aligned nicely on the simulator.
I got Xcode and all the necessary certs. and files to display my app on my iPad 3. It displays on the iPad.
HOWEVER, all the png files are showing much much smaller and it’s as if only the upper left side of screen is where the game is located. In other words, the whole iPad screen is not populated as it is in the Corona simulator.
I thought maybe this was because of my build.settings which shows only this in it:
settings = {
orientation = {
default = “landscapeRight”
}
}
However, when I did Brian Burton’s Ch. 4 test app and loaded it on the iPad, it filled up the screen and there was no build.settings file at all.
What do you think is the problem? Why is it showing how I want it on the Corona Simulator but so differently on the actual iPad?
Thanks for any help you can offer.