So this is my first time using the Google Play Game Services plugin. I followed many a tutorial and I must say, I am stumped. I am trying to get it to connect to my app and here is what I have so far:
build.settings:
settings = { plugins = { ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }, android = { googlePlayGamesAppId = "XXXXXXXXXXXX", usesPermissions = { "android.permission.INTERNET", }, }, }
With just this, I am receiving a warning on the Corona Console.
WARNING: The 'gameNetwork' provider (google) is not available on the simulator
Does anyone know what I am doing wrong is the settings? Does this just really not work in the Corona Simulator?