finally got it working,
settings =
{
orientation =
{
default = "landscapeRight",
supported =
{
"landscapeLeft", "landscapeRight"
},
},
iphone =
{
plist =
{
CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png",
"Icon@2x.png",
"Icon-72.png",
-- "Icon-72@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png",
},
},
},
}
i was missing one
],
just updating any one else who might have this problem happen to them.
i was also reading here (http://developer.coronalabs.com/content/configuring-projects
If you are writing an iPad app that supports multiple orientations, you should also provide a splash screen for each of the orientations, or the App Store reviewers may reject your app. The iPad supports the following naming conventions for orientation-specific splash screen files:
Default-Portrait.png
Default-PortraitUpsideDown.png
Default-Landscape.png
Default-LandscapeLeft.png
Default-LandscapeRight.png
im creating a universal app, will i still need to worry about having these pics in place ???
currently my splash screen is called title.png and i have it in 480x320 and 960x640 [import]uid: 17701 topic_id: 31428 reply_id: 125691[/import]