settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight" }, }, iphone = { plist = { UIStatusBarHidden = true, -- true or false -- CFBundleShortVersionString = "1.0", -- CFBundleVersion = "1.0.0", CFBundleIdentifier = "com.Nissistudio.Spinnershark", UIPrerenderedIcon = true, -- set to false if you want the gradient overlay 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" }, MinimumOSVersion = "8.0", NSAppTransportSecurity = { NSAllowsArbitraryLoads = true }, UILaunchImages = { { -- iPhone 4 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 5 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPad Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Portrait", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPhone 6 Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 Plus Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-736h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{414, 736}" }, }, } }, plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true} }, ["plugin.gpgs"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } } }, -- -- Android Section -- android = { googlePlayGamesAppId = "deleted for posting", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.GET\_ACCOUNTS", "android.permission.ACCESS\_COARSE\_LOCATION", "android.permission.ACCESS\_FINE\_LOCATION" }, }, }
Windows 10 pro.
Corona 2017.3107
This is what I get if I don’t comment out the gameNetwork
16:28:33.342
16:28:33.342 Windows simulator build date: Jul 18 2017 @ 03:29:35
16:28:33.342
16:31:32.143
16:31:32.143 Copyright © 2009-2017 C o r o n a L a b s I n c .
16:31:32.143 Version: 3.0.0
16:31:32.143 Build: 2017.3107
16:31:32.143 Platform: iPhone / x64 / 10.0 / AMD Radeon HD 6900 Series / 4.5.13399 Compatibility Profile Context 15.200.1062.1004 / 2017.3107 / en_US | US | en_US | en
16:31:32.143 Loading project from: C:\Users\FatherSkar\Desktop\Spinner Shark v14
16:31:32.143 Project sandbox folder: C:\Users\FatherSkar\AppData\Local\Corona Labs\Corona Simulator\Sandbox\spinner shark v14-46E9E4BE7314256048A8818BDAE0E6BB\Documents
16:31:32.807 appodeal.init() WARNING: The Appodeal plugin is only supported on Android, iOS and tvOS devices. Please build for device
16:31:32.807 appodeal.show() WARNING: The Appodeal plugin is only supported on Android, iOS and tvOS devices. Please build for device
16:31:40.503
16:31:40.503 Copyright © 2009-2017 C o r o n a L a b s I n c .
16:31:40.503 Version: 3.0.0
16:31:40.503 Build: 2017.3107
16:31:40.503 Platform: iPhone / x64 / 10.0 / AMD Radeon HD 6900 Series / 4.5.13399 Compatibility Profile Context 15.200.1062.1004 / 2017.3107 / en_US | US | en_US | en
16:31:40.503 Loading project from: C:\Users\FatherSkar\Desktop\Spinner Shark v14
16:31:40.503 Project sandbox folder: C:\Users\FatherSkar\AppData\Local\Corona Labs\Corona Simulator\Sandbox\spinner shark v14-46E9E4BE7314256048A8818BDAE0E6BB\Documents
16:31:40.518 appodeal.init() WARNING: The Appodeal plugin is only supported on Android, iOS and tvOS devices. Please build for device
16:31:40.518 appodeal.show() WARNING: The Appodeal plugin is only supported on Android, iOS and tvOS devices. Please build for device
16:32:12.132 Using custom build id from app bundle: 00000 (AppSettings.lua)
16:32:12.132
16:32:12.132 Using custom Build Id 00000
16:32:18.405 BuildID: kCoronaBuild [A device build error occurred on the server.
16:32:18.405
16:32:18.405 Error: Get plugin failed.
16:32:18.405
16:32:18.405 Plugin: CoronaProvider.gameNetwork.apple
16:32:18.405 Publisher: com.coronalabs
16:32:18.405 User Account: Skartechnologies@gmail.com
16:32:18.405
16:32:18.405 BuildID: 598b715c55c83
16:32:18.405 ERROR: An error occurred during build (corona.build.7). The server returned the following message:
16:32:18.405 —
16:32:18.405 A device build error occurred on the server.
16:32:18.405
16:32:18.405 Error: Get plugin failed.
16:32:18.405
16:32:18.405 Plugin: CoronaProvider.gameNetwork.apple
16:32:18.405 Publisher: com.coronalabs
16:32:18.405 User Account: Skartechnologies@gmail.com
16:32:18.405
16:32:18.405 BuildID: 598b715c55c83
16:32:18.405 —
16:32:18.528 Android build failed (5) after 6 seconds
If I remove gameNetwork from the build.settings file, this is what I get when I run the app on my Android phone:
Hey, gpgs is now working!