I'm getting those messages on Google Play.
"We鈥檝e detected that your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1 and 2 of this API will no longer be available. Update to version 3 before this date."
The only things my project uses are Unity and this plugin, I use the plugin for achievements and save games on cloud.
I cannot figure out what API Google is complaining about, the people at Unity already told me they don't use this API.
edit: I'm using this version: https://github.com/playgameservices/play-games-plugin-for-unity/tree/android-java-client
I have the same issue, what will happen with Saved Games? Seems like it's being deprecated because of Cloud Firestore... isn't REST API v3 the solution? what API version does play games have currently? When will be released the update?
I found this #2394 of a contributor commenting about intentions, but we need some confirmation to prepare or not a cloud migration for our games.
Same here. Would like to know if this plugin uses the above mentioned deprecated API.
The Google Play Developer API is in no way associated with this plugin. It uses the Google Play Game Services API
Same issue. And that's also the only plugin I'm using in my unity project. The only service I'm using on backend is "G Suite Marketplace SDK" because Saved Games were not working without that. (and that was suggested workaround: https://github.com/playgameservices/play-games-plugin-for-unity/issues/2429)
The Google Play Developer API is in no way associated with this plugin. It uses the Google Play Game Services API
https://developers.google.com/games/services/android/savedgames
In "Specifying the Drive scope"
The Google Play Developer API is in no way associated with this plugin. It uses the Google Play Game Services API
https://developers.google.com/games/services/android/savedgames
In "Specifying the Drive scope"
Google Drive API != Google Play Developer API
Can someone please clarify this? We're also seeing the message in Google Play Console and need to find out which plugin is causing it.
Can someone please clarify this? We're also seeing the message in Google Play Console and need to find out which plugin is causing it.
Just remove this API from the console. I did it, everything works fine.
This plugin doesn't use Google Play Developer API, so, as mentioned in previous comment you can just remove this API from console.