I now built my app with build 767 and installed it on the iPad 3. While it fixes the 1/4th-screen-issue, it doesn’t show my new additional made-for-2048x1536 Retina graphics, which I named as @4x. (If I’m resubmitting to Apple anyway, I wanted to do so with Retina graphics.) Please help? The following is my config.lua file, am I making a mistake?
[code]application = {
content = {
width = 768,
height = 1024,
scale = “letterbox”,
imageSuffix = {
["@4x"] = 2,
},
}
}[code]
Thanks so much!
(Also posted at http://developer.anscamobile.com/forum/2012/03/16/ipad-retina-update#comment-94169, wasn’t sure where it’s best.)
Edit: Also tried with using @2x and renaming all files, still same issue. [import]uid: 10284 topic_id: 23478 reply_id: 323478[/import]