I hope the documents get properly updated by corona. Very often the same document page shows different code methods or implementations. So which is correct, and which requires additional info if you want to use gigs for both android and IOS? Is below to be used…
[“plugin.gpgs”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true }
}
…or
plugins = {
[“plugin.gpgs”] = {publisherId = “com.coronalabs”}
}
…and what is the code after the id, is it always the same or is that code specific for that particular id?
googlePlayGamesAppId = “760035641580-8eho8p557gtaaa7alouh5a2qlhtruomq.apps.googleusercontent.com”,
CFBundleURLTypes = {
{CFBundleURLSchemes = {“com.googleusercontent.apps.760035641580-8eho8p557gtaaa7alouh5a2qlhtruomq”}},
{CFBundleURLSchemes = {“com.coronalabs.gpgs”}}
}