Questions tagged [google-developers-console]

Before you can integrate Google APIs into your application, you must have a Google Developers Console project.

In order to access any of the Google APIs you must have a project to identify you.

Projects are created on Google developer console website.

796 questions
0
votes
3 answers

My app updates not showing in the Google Play Store

I have pushed a new version of my app. On google developer console it is published and all old versions are unpublished but on Google Play Store it is still showing old version. I already clear play store cached and data but still showing old app…
Shankar
  • 518
  • 5
  • 16
0
votes
1 answer

Do I need a Google Play Developer Account for Google Analytics in my Android app?

I'm working on an app and I want to add Google Analytics to it, but I think I have a problem, The Google Play Developer Account that I use is a different Google account then the account where all the Google Analytics are tracked. So I was wondering…
Dennis van Opstal
  • 1,294
  • 1
  • 22
  • 44
0
votes
1 answer

Google Analytics API Quota Suddenly Decreased

My company's product depends on the Google Analytics API, and our quota was suddenly drastically reduced. Does anybody know who to contact at Google to get this fixed quickly? I've re-submitted our application for a higher quota, but if this does…
-1
votes
0 answers

What is happening with my Google Developer Account

Since my identity verification was not accepted, I sent an e-mail and as a result of the e-mail, I received such a refund e-mail. I've been waiting for over a week. But neither the payment was made to my bank account nor my devloper account was…
-1
votes
0 answers

Individual Account type to a Business Account Type in Google Play Console

Why do I have a personal Account type in console and yet Payment Profile shows it is an organization Account type?enter image description here enter image description here I tried creating a new payment profile but it does not have my payment…
-1
votes
0 answers

Get info application after update in Google Play Console

I want write an applicaion to listen change infor and push notification to discord when i update an application in Google Play Console. But I can't find any infromation useful. I can't find any infromation useful. I hope someone knows about it.
-1
votes
1 answer

My Google Business Accounts Location Reviews Class Missing (PHP)

I am updating our google api client services to new ones. I am using the google-api-php-client for it. I am looking for this class ListReviewsResponse with alias Google_Service_MyBusiness_ListReviewsResponse so I can fetch the account reviews but…
-1
votes
1 answer

Google Play Store publish for lower android versions(API)

My App is available and was accepted. It is only available for new android versions (API level 30). Is there a way after the recent change in November 2021. Is there a way to publish for older versions (API level 28). The big companies like…
-1
votes
1 answer

How do i play next video in my search results youtube api using vue js?

So I have have a search component and the search component sends data to parent player.component. I send video id and an object with 5 search results to player.component.