Thanks for the help. Here’s my config.lua file:
settings =
{
orientation =
{
default = "landscapeLeft",
content = "landscapeLeft",
supported =
{
"landscapeLeft", landscapeRight
}
}
}
and here is my build.settings:
settings = {
orientation = {
default = "landscapeLeft",
supported = { "landscapeLeft", "landscapeRight" }
},
iphone =
{
plist =
{
CFBundleIconFile = "Icon.png",
CFBundleIconFiles = {
"Icon.png",
"Icon@2x.png",
"Icon-72.png"
},
UIAppFonts = {
"hoog0555.ttf",
"monkey.ttf"
},
UIFileSharingEnabled = true
}
}
}
The app was built using Corona Version 2012.934 (2012.10.12).
There aren’t any images at all in my app. Everything is drawn with rectangles and text. This app is for the iPad only and usually works fine. I’ve tested on both my iPad, plus I had about 10 active beta testers, but I’m not sure if any of them had iPad 3s or iOS 6. The app has sold around 200 copies so far.
Cheers,
- Bret [import]uid: 168791 topic_id: 32728 reply_id: 130151[/import]