Hmm…okay well here is my buildsettings file. What’dya think?
-- MY BUILD SETTINGS FOR "NAME OF GAME HERE" settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight" }, }, android = { versionCode = "1" }, androidPermissions = { "android.permission.WRITE\_EXTERNAL\_STORAGE" }, iphone = { plist = { UIPrerenderedIcon = true, UIApplicationExitsOnSuspend = false, UIStatusBarHidden = true, CFBundleIconFile = "images/iconMM.png", CFBundleIconFiles = { "iconMM.png" }, }, }, }
I also thought the above was for starting the game and after the game starts if a user tips their device a certain way the screen will automatically shift in the direction the user tipped/turned their device…I am wrong for thinking that?, or?.. :o