Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I Deploy to Google Store via VS 2019 using Version 3 of the Google API

Up until recently, we've been archiving and deploying to the Google Play store via Visual Studio 2019. Google recently deprecated v1 and v2 of the deployment APIs. Now when I try to deploy from VS, it says 'This API has been deprecated and is no longer available. [410]'

enter image description here

Is there a configuration file somewhere I can use to change to version 3 of the API? Or is there something in Google Play where I have to create a new set of credentials that specifically targets v3 of the deployment API? We are running 16.4 with all the latest updates.

like image 201
Josh Avatar asked Dec 04 '19 22:12

Josh


People also ask

How do I deploy a public app to Google Play Store?

Deploy Public Applications through Managed Google Play Store Search the Google Play Store directly from the console to add applications to the Managed Google Play Store for your users. Navigate to Resources > Apps > Public > Add Application. Select Android from the Platform drop-down menu.

How to publish to Google Play Store from API?

Publish to Google Play Store 1 Prerequisites. ... 2 Linking your API Project. ... 3 Setting Up API Access Clients. ... 4 Set up app signing by Google 5 Create a Google Play connection in App Center. ... 6 Publish your AAB to the Google Play Store. ... 7 Publish your APK to the Google Play Store. ... 8 Publishing through the CLI. ...

How do I add apps to the managed Google Play Store?

Search the Google Play Store directly from the console to add applications to the Managed Google Play Store for your users. Navigate to Resources > Apps > Public > Add Application. Select Android from the Platform drop-down menu. Select to search for the application in the app store. Google Play launches within the console through an iframe.

How to create a web app in Google Play Store?

The managed Google Play store loads in an iframe that creates a Web App object that is treated by the Google Play, and the Android OS as if it were a Public application. Note: You can create up to 15 new web apps per day. Navigate to Resources > Apps > Public > Add Application.


1 Answers

Update to Visual Studio 16.4.2 and it is now back to working.

like image 112
Josh Avatar answered Oct 19 '22 23:10

Josh