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]
[import]uid: 52491 topic_id: 26407 reply_id: 107174[/import]