Type Library Revision Release 2024.3703 Keywords gameNetwork, Google Play Games Services Platforms Android
Google Play Games Services makes your games more social with capabilities for achievements, leaderboards, and other popular features using the Google Play game services SDK. Let players sign in using their Google+ identities and share their gaming experience with friends.
This is the legacy plugin for
local gameNetwork = require( "gameNetwork" )
To use this plugin, add an entry into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs" }, }, }
In addition, you must specify the Google Play Games App ID within the android
table of build.settings
:
settings = { android = { googlePlayGamesAppId = "YOUR_APP_ID", }, }