Issue with retina display

My app was recently rejected because it does not scale properly on the new iPad 3. I tried reading up on the blog post and APIs about retina display but cannot figure out how to change my config.lua around to work. Here is my config.lua:

[lua]application =
{
content =
{
fps = 60,
width = 320,
height = 480,
scale = “letterbox”,

imageSuffix =
{
["@2x"] = 2
},
},
}[/lua]

What do I need to add to have it scale properly on the new iPad? My app runs in landscape format and should not change. I should note that all my images appear huge and much bigger than the iPad screen on the new iPad, yet they work fine on the iPhone 3Gs, 4, 4S, and iPad1. [import]uid: 50511 topic_id: 26407 reply_id: 326407[/import]

What Corona build did you use for your app? What XCode version?

Did you read this? http://blog.anscamobile.com/2012/03/update-ipad-retina-display/

[import]uid: 44647 topic_id: 26407 reply_id: 107131[/import]

If you’re having the problem I think you’re having, you need to update your Corona SDK to build 704B or later. Then just rebuild your app – no code changes are necessary.

Jay
[import]uid: 9440 topic_id: 26407 reply_id: 107132[/import]

I’m having the same problem. Where do we find 704b? 704a is still the latest stable build and I can’t find 704b anywhere.

Thanks [import]uid: 94653 topic_id: 26407 reply_id: 107138[/import]

That’s the one from the daily build page - I am unsure what it is labeled but yes, that’s 704b.

http://developer.anscamobile.com/downloads/daily-builds?page=1

Top of that page if logged in.

Peach :slight_smile: [import]uid: 52491 topic_id: 26407 reply_id: 107174[/import]

Hmm when I click latest build and then click on the most recent stable release, it takes me to 704a. I am logged in and am an Indie iOS developer not PRO developer. Would this be the issue? [import]uid: 50511 topic_id: 26407 reply_id: 107183[/import]

Oh I just downloaded the newest daily build (CoronaSDK-2012.815.dmg) and it worked. Well I think it did haha I still don’t have an iPad 3 but when I set my iOS simulator to iPad(retina) i can now scroll around and see the whole app. [import]uid: 50511 topic_id: 26407 reply_id: 107203[/import]

Hi, at the top right-hand side, click on “Daily Builds”, or go here
https://developer.anscamobile.com/downloads/daily-builds

CoronaSDK 2012.815 [import]uid: 129334 topic_id: 26407 reply_id: 107202[/import]

Thanks everyone! I rebuilt and then resubmitted and am “Waiting for Review” again lol Hope this time it works! [import]uid: 50511 topic_id: 26407 reply_id: 107214[/import]

Thanks

BTW, when I click on the Daily Builds link at top right of Home page, it takes me to:

https://developer.anscamobile.com/downloads/daily-builds

no 704b listed there

[import]uid: 94653 topic_id: 26407 reply_id: 107228[/import]

@jazzybossa - Scroll down, go to page 2 of daily build archives - you will see it right there.

Peach :slight_smile: [import]uid: 52491 topic_id: 26407 reply_id: 107360[/import]