Thanks Bob for your help,
This is build.settings
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { orientation = { default = "portrait", content = "portrait", supported = { "portrait", } }, androidPermissions = { "android.permission.INTERNET", }, iphone = { plist = { UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay UIInterfaceOrientation = "UIInterfaceOrientationportrait", UISupportedInterfaceOrientations="UIInterfaceOrientationportrait", --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend --[[-- iOS app URL schemes: CFBundleURLTypes = { { CFBundleURLSchemes = { "fbXXXXXXXXXXXXXX", -- example scheme for facebook "coronasdkapp", -- example second scheme } } } --]] } }, --[[-- Android permissions androidPermissions = { "android.permission.INTERNET", },]]-- } iphone = { plist = { UIAppFonts = { "Impact.ttf", "Calibri.ttf", }, UIApplicationExitsOnSuspend = true }, }
and this is my config.lua
application = { content = { width = 320, height = 480, scale = "letterbox" , fps = 30, }, }