You`re welcome Adrian.
So, I`ll give you my own build.settings config file just changed to work with your own necessary settings (eg.: “landscapeRight”…).
Check it below:
[lua]-- Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
settings =
{
orientation =
{
default =“landscapeRight”,
content = “landscapeRight”,
supported =
{
“landscapeLeft”
},
},
iphone =
{
plist =
{
–UIStatusBarStyle = “UIStatusBarStyleBlackTranslucent”,
UIStatusBarHidden = true,
UIPrerenderedIcon = true, – set to false for “shine” overlay
UIApplicationExitsOnSuspend = false,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
},
},
}
–[[ For Android:
androidPermissions = {
“android.permission.INTERNET”,
},
]]–[/lua]
PS: In this code above you can see where we need to set that line about “suspend” as well. 
Hope it helps!
Rodrigo. [import]uid: 89165 topic_id: 18756 reply_id: 72409[/import]