Google Play Game Services - Not available

Hi Guys

I am not sure why this is happening - but i do get this error when I see the logcat when running game on device : 

WARNING: The ‘gameNetwork’ library is not available on this platform.

I havent changed anything related to GPGS , build settings are as follows

settings = { android = { usesPermissions = { "android.permission.INTERNET", }, versionCode = "2", googlePlayGamesAppId = "XXXXXX" , -- it is correct , i checked }, orientation = { default = "portrait", supported = { "portrait", } }, plugins = { ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.admob"] = { publisherId = "com.coronalabs", }, }, }

Any idea why this is happening ? please help! 

Thanks :slight_smile:

Found the bug. Fixed. Nothing to do with build.settings.

The gameNetwork library has to be initialized and gameNetwork is to be called and initialized in the very first screen. I added a splash screen yesterday but forgot to initialize the play services there

:slight_smile:

i have tried the debbuging but i can’t connect my device…

Found the bug. Fixed. Nothing to do with build.settings.

The gameNetwork library has to be initialized and gameNetwork is to be called and initialized in the very first screen. I added a splash screen yesterday but forgot to initialize the play services there

:slight_smile:

i have tried the debbuging but i can’t connect my device…