@Barent Surrentino
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { excludeFiles = { --all = { "\*secret.txt", "artwork/\*" }, iphone = { "Icon-\*dpi.png" }, android = { "Icon.png", "512x512.png", "1024x1024.png" } }, orientation = { default = "portrait", -- Initial launch orientation content = "portrait", -- Locked orientation of the Corona stage, independent of Native UI elements (iOS only) supported = {"portrait" }, -- Table of allowed options for auto-orientation }, splashScreen = { enable = false }, plugins = { ["plugin.CoronaSplashControl"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, --["plugin.photon"] = -- { -- publisherId = "com.exitgames", -- }, ["plugin.openssl"] = { publisherId = "com.coronalabs", -- supportedPlatforms = { android = true, iphone = true, ["mac-sim"] = true, ["win32-sim"] = true }, }, -- ["plugin.notifications"] = -- { -- publisherId = "com.coronalabs" -- }, -- ["facebook"] = -- { -- publisherId = "com.coronalabs", -- supportedPlatforms = { iphone=true, android=true }, -- }, ["plugin.facebook.v4a"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, -- ["CoronaProvider.gameNetwork.google"] = -- { -- publisherId = "com.coronalabs", -- supportedPlatforms = { android=true }, -- }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.gameanalytics\_v2"] = { publisherId = "com.gameanalytics", supportedPlatforms = { android=true, ["android-kindle"] = true } }, ["plugin.advertisingId"] = { publisherId = "com.coronalabs" }, ["plugin.OneSignal"] = { publisherId = "com.onesignal", }, -- ["plugin.chartboost"] = -- { -- publisherId = "com.swipeware" -- }, --use google analytics only in IOS ["plugin.googleAnalytics"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, --amazon only -- ["plugin.amazon.iap"] = -- { -- publisherId = "com.coronalabs", -- supportedPlatforms = { ["android-kindle"]=true } -- }, -- ["plugin.gamecircle"] = -- { -- -- required -- publisherId = "COM\_INNOVATIVELEISURE", -- supportedPlatforms = { ["android-kindle"] = true }, -- }, --appodeal ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, ["android-kindle"]=true } }, -- ["plugin.google.play.services"] = -- { -- publisherId = "com.coronalabs", -- supportedPlatforms = { android=true } -- }, }, iphone = { plist = { --UILaunchStoryboardName = "LaunchScreen", NSCalendarsUsageDescription = "Advertisement would like to create a calendar event.", NSPhotoLibraryUsageDescription = "Advertisement would like to store a photo.", NSCameraUsageDescription = "Advertisement would like to store a photo.", NSBluetoothPeripheralUsageDescription = "Advertisement would like to use bluetooth.", CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-60@3x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-167.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-Small-40@3x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png" }, -- CoronaWindowMovesWhenKeyboardAppears = true, UIBackgroundModes = {"remote-notification"}, UIApplicationExitsOnSuspend = false, UIStatusBarHidden = true, UIPrerenderedIcon = true, UIAppFonts = { "calibri.ttf", "calibrib.ttf", "calibrii.ttf", "calibriz.ttf" }, FacebookAppID = "XXXXXXXXXXXX", CFBundleURLTypes = { { CFBundleURLSchemes = { "fbXXXXXXXXXXXX", } } }, CFBundleIdentifier = "com.XXXXXXXXXXXX.XXXXXXXXXXXX", ["URL types"] = { item = { ["URL Schemes"] = { ["Item 0"] = "fbXXXXXXXXXXXX" }, }, }, plist = { CoronaDelegates = { "CoronaNotificationsDelegate"} }, -- Whitelist Facebook Servers for Network Requests NSAppTransportSecurity = { NSExceptionDomains = { ["fbcdn.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["facebook.com"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["playfabapi.com"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["playfablogic.com"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["akamaihd.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["XXXXXXXXXXXX.org"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["XXXXXXXXXXXX.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["XXXXXXXXXXXX.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["XXXXXXXXXXXX.org"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["XXXXXXXXXXXX.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["api.gameanalytics.com"]={ NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, }, }, -- Whitelist Facebook Apps LSApplicationQueriesSchemes = { "fb", "fbapi20130214", "fbapi20130410", "fbapi20140410", "fbapi20140116", "fbapi20150313", "fbapi20150629", "fbauth", "fbauth2", "fb-messenger-api20140430", }, }, }, android = { -- coronaWindowMovesWhenKeyboardAppears = true, facebookAppId = "XXXXXXXXXXXX", -- Replace XXXXXXXXXX with your Facebook App ID CFBundleDisplayName = "XXXXXXXXXXXX", CFBundleName = "com.XXXXXXXXXXXX.XXXXXXXXXXXX", -- CFBundleIconFiles = { -- "Icon.png", -- "Icon@2x.png", -- "Icon-60.png", -- "Icon-60@2x.png", -- "Icon-60@3x.png", -- "Icon-72.png", -- "Icon-72@2x.png", -- "Icon-76.png", -- "Icon-76@2x.png", -- "Icon-Small-40.png", -- "Icon-Small-40@2x.png", -- "Icon-Small-40@3x.png", -- "Icon-Small-50.png", -- "Icon-Small-50@2x.png", -- "Icon-Small.png", -- "Icon-Small@2x.png", -- "Icon-Small@3x.png", -- "Icon-xxxhdpi.png", -- "Icon-xxhdpi.png", -- "Icon-xhdpi.png", -- "Icon-hdpi.png", -- "Icon-mdpi.png", -- "Icon-ldpi.png", -- -- }, --required --UILaunchImages = {}, --required UIApplicationExitsOnSuspend = false, UIPrerenderedIcon = true, UIStatusBarHidden = true, permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, --usesExpansionFile = true, usesPermissions = { "com.android.vending.BILLING", "android.permission.INTERNET", "android.permission.READ\_PHONE\_STATE", "android.permission.VIBRATE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.ACCESS\_COARSE\_LOCATION", }, androidPermissions = { "com.android.vending.BILLING", "android.permission.INTERNET", "android.permission.READ\_PHONE\_STATE", "android.permission.VIBRATE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.ACCESS\_COARSE\_LOCATION", }, -- googlePlayGamesAppId = "XXXXXXXXXXXX",--"XXXXXXXXXXXX",--"XXXXXXXXXXXX", }, }