Hi,
I’m trying to publish my first app to the App Store.
This is an iPad-only app. I’m not supporting the high resolution screen on the new iPad at this time, so I only have graphics sized for the original iPad (1024x768).
The first rejection screenshot showed the interface was not scaling up to the high-resolution screen, and the anchor point was in the wrong place. (The screenshot they provided was taken at the high resolution dimensions.) At that time, I didn’t have my scale set in config.lua, so I thought that was the problem.
Now I have this:
application =
{
content =
{
width = 768,
height = 1024,
scale = "letterbox"
},
}
But it was rejected again. This time the rejection screenshot shows the interface scaled up too big, so you only see the top left quarter of the interface on the high resolution screen.
I don’t have a new iPad to test on.
Am I missing something obvious with my config.lua settings?
Thanks. [import]uid: 77253 topic_id: 32066 reply_id: 332066[/import]