Hi,
I got the a message from Google titled “Google+ APIs and OAuth requests are being shutdown on March” and our app is listed using the following methods of OAuth calls: plus.login, plus.me, plus.profile.language.read, plus.moments.write, plus.circles.members.read, plus.profile.agerange.read, plus.circles.members
I’m a bit confused should we update our app or not. I’m not aware such calls or maybe I just don’t remember We use the following plugins.
plugins = { ["plugin.bit"] = { publisherId = "com.coronalabs" }, ["plugin.unityads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["plugin.applovin"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["plugin.gpgs"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, ["plugin.flurry.analytics"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }