Here is my build settings code…I’m also testing this on an android device if that helps any
settings = { plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle" }, ["plugin.gameanalytics"] = { publisherId = "com.gameanalytics", }, ["plugin.advertisingId"] = { publisherId = "com.coronalabs" }, ["plugin.chartboost"] = { publisherId = "com.swipeware" }, ["facebook"] = { publisherId = "com.coronalabs" }, }, orientation = { default = "landscape", supported = { "landscape, landscapeUpsideDown" } }, iphone = { plist = { UIAppFonts = { "Dotrice Regular.otf", "Unispace-Regular.ttf", "ChunkFive Ex.ttf", "Defused Extended Bold.ttf", "Bebas Neue.otf", "Star Jedi.ttf", "Globus.ttf", "FreeSet Bold.ttf", "Vinque.ttf" }, UIApplicationExitsOnSuspend = false, CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon@2x.png", "Icon-72.png", "Icon-144.png", "Icon-60.png", "Icon-60@2x.png", "Icon-76.png", "Icon-76@2x.png" }, UIApplicationExitsOnSuspend = false, }, }, excludeFiles = { -- Exclude all svn files all = { "\*.svn" }, -- Exclude all Android icon files iphone = { "Icon-\*dpi.png" }, -- Exclude iOS "retina" image android = { "Icon\*.png", "\*@2x.png" } }, -- Android permissions androidPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.READ\_PHONE\_STATE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, }