iPad rejection from App Store 10.6 - scaling problem?

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]

Strange, those settings should work fine with iPad3…Maybe its just because you missed the uppcase B, I am not sure if it is case-sensitive…

content ={width = 768,height = 1024,fps = 60, scale = “letterBox”}

Joakim [import]uid: 81188 topic_id: 32066 reply_id: 127783[/import]

You can test your app by building for xcode simulator and then trying each of the device modes. The performance will be much worse in the xcode simulator than the actual device, but you should definitely be able to use it to fix any UI issues. [import]uid: 135827 topic_id: 32066 reply_id: 127785[/import]

What build of Corona SDK are you using?
[import]uid: 19626 topic_id: 32066 reply_id: 127811[/import]

I think Robs hit the nail on the head there.

It sounds to me like your using a pre-iPad3 build, similar things to what you mentioned happened when the iPad3 first came out.

Try downloading the latest public/daily build and that should solve your problem. (hopefully:D) [import]uid: 69826 topic_id: 32066 reply_id: 127814[/import]

Strange, those settings should work fine with iPad3…Maybe its just because you missed the uppcase B, I am not sure if it is case-sensitive…

content ={width = 768,height = 1024,fps = 60, scale = “letterBox”}

Joakim [import]uid: 81188 topic_id: 32066 reply_id: 127783[/import]

You can test your app by building for xcode simulator and then trying each of the device modes. The performance will be much worse in the xcode simulator than the actual device, but you should definitely be able to use it to fix any UI issues. [import]uid: 135827 topic_id: 32066 reply_id: 127785[/import]

What build of Corona SDK are you using?
[import]uid: 19626 topic_id: 32066 reply_id: 127811[/import]

I think Robs hit the nail on the head there.

It sounds to me like your using a pre-iPad3 build, similar things to what you mentioned happened when the iPad3 first came out.

Try downloading the latest public/daily build and that should solve your problem. (hopefully:D) [import]uid: 69826 topic_id: 32066 reply_id: 127814[/import]

Did you get it working?
You can use the iPad Retina skin in the Corona Simulator, that will also show you if things are set right.
I use zoomEven on 1024x768, and that works for iPad3. [import]uid: 47723 topic_id: 32066 reply_id: 128196[/import]

Did you get it working?
You can use the iPad Retina skin in the Corona Simulator, that will also show you if things are set right.
I use zoomEven on 1024x768, and that works for iPad3. [import]uid: 47723 topic_id: 32066 reply_id: 128196[/import]

I also have this problem. zoomEven made my screen too big that some objects appear “off-screen”. Anyone got a solution? [import]uid: 26410 topic_id: 32066 reply_id: 129191[/import]

letterbox should be fine, you shouldn’t need zoomEven and you need to be using a version of Corona that has a iPad retina skin. Think it was 704b and the most recent public release.

Dave [import]uid: 117617 topic_id: 32066 reply_id: 129206[/import]

I also have this problem. zoomEven made my screen too big that some objects appear “off-screen”. Anyone got a solution? [import]uid: 26410 topic_id: 32066 reply_id: 129191[/import]

letterbox should be fine, you shouldn’t need zoomEven and you need to be using a version of Corona that has a iPad retina skin. Think it was 704b and the most recent public release.

Dave [import]uid: 117617 topic_id: 32066 reply_id: 129206[/import]