Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update Google Play Developer API version to v3?

Got this warning while publishing the app:

We’ve 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.

https://android-developers.googleblog.com/2019/03/changes-to-google-play-developer-api.html

I'm wondering why I got this warning as I'm not using Google Play developer API explicitly.

Can anyone tell me what does it mean and how to update it to v3? The above link is not enough to solve the issue.

Upgrade every library to it's latest version already!!

Here is the snap of libraries I've used

like image 910
Deskcode Solution Avatar asked Jul 15 '19 04:07

Deskcode Solution


People also ask

Does Google Play store have an API?

The Google Play Games Services Publishing API allows you to automate frequent tasks having to do with game services production and distribution. The Reporting API lets you retrieve information about your app's quality from Android vitals.

What is Google Developer API?

The Google Play Developer API is a REST-based web service that allows you to perform publishing and app-management tasks. You can use this API to integrate your publishing operations with your release-management process.

Is there any official API to get app details from the Play Store?

Try this google official api: github.com/googlesamples/android-play-publisher-api/tree/master/…


1 Answers

I had the same problem. I had to update google-services.

See https://firebase.google.com/support/release-notes/android#2019-08-22 : "The google-services plugin for Android (v4.3.1) is now available. This release removes calls to a deprecated API. For more information, refer to the Firebase Android SDK Release Notes."

Hope this helps you!

like image 142
Özgür Avatar answered Oct 16 '22 07:10

Özgür