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