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
2 answers

I have a query reguarding publishing android game in google play?

I know how to publish an normal application in (Google Play Developer Console). I want to know how to publish a game in (Google Play Developer Console) which is implementing Game Services. My game application is running well and Game Service is…
0
votes
1 answer

New Google developer console crashes stack traces are not accurate anymore

Google has recently updated the Google Play Console, and now crashes are automatically reported. Since almost all stack traces I got are not accurate anymore: The stack trace is full of methods, so I guess full of possible candidates? All…
0
votes
0 answers

Firebase console broken and the senderID, server keys all changed

I created my Firebase app, created all the senderIDs & server key for Cloud Messaging. I tested and everything worked. That was last week. This week I am doing more testing and getting an error returned to my php script: { ["error"]=> string(13)…
rolinger
  • 2,787
  • 1
  • 31
  • 53
0
votes
3 answers

Google play store showing error "upload failed" while uploading new signed apk

Problems faced: google play store asking to use different version code then 1 but I am already uploading new apk with version code 2 play store asking for privacy policy for READ_PHONE_STATE and READ_CONTACTS whereas I have removed these…
0
votes
1 answer

Any way to make new version only for fresh installations in Android Play store?

I have an app published with version 1.2 in Play store. Now new version 1.4 is availbale to upload. Can by any means ask play store to make 1.4 available only for fresh installation and not available for an update from 1.2 to 1.4 ?
0
votes
1 answer

Play Developer Console I can't send update to my apps

I can't send updates to my apps since the new developer console has came. When I try to press "Edit Production Version" (I use it in Turkish) It gives unexpected error like this screen: So I can't update my apps. Thanks!
0
votes
1 answer

Automating react native apps

I have 1 React native webview app. I would like to produce X amount of WebView apps with that 1 app. Everything will be the same apart from the initial brand url and brand logos. So i would like to write a script that calls react-native new…
0
votes
0 answers

Android unsafe implementation of the HostnameVerifier interface?

I have publish my application on Google play developer console but application is suspended. I am getting following error and I haven't used HostnameVerifier interface in my code. I have just called Payment gateway of Paytm in Webview which used in…
0
votes
0 answers

Project setup Android game with Firebase and Google Play Games for two flavors

Sorry if this question may seem trivial, but I'm still very new to Android. I read the Google documentations over and over again, but they didn't make it clear for me how to combine these services in a project and I'm afraid I might setup the…
0
votes
1 answer

Screencast not working with Google Remote Debugging for Android

I have my Android tablet LG V-500 running Google Chrome 57.0.2987.132 connected to my Windows laptop running Google Chrome 57.0.2987.133 for remote debugging purposes. It works almost fine. The problem is, the Screencast feedback on my Laptop…
Lucas Bustamante
  • 15,821
  • 7
  • 92
  • 86
0
votes
1 answer

Firebase Collaboration: Share a Single Project in Google IAM?

So I shared a firebase project in Google IAM. Turns out, the guy emails me with a screenshot and he has write access to all my projects (see below)? Anyone else notice this, or did I add a member incorrectly?
Ronnie Royston
  • 16,778
  • 6
  • 77
  • 91
0
votes
1 answer

How to download file from google drive in c#?

I am trying to download file from Google Drive using ASPSnippets.GoogleAP.dll and Google.Apis.Drive.v3.dll. But facing some challenges. File is being downloaded, but it is in some type of weird HTML content. I am using following code to download it…
0
votes
1 answer

Prestashop / Google API error 400 invalid_request

I tried to connect the Google Analytics API to my Prestashop 1.6.1.11. I created and install the Google Analytics, then configure the API Google Anlytics in v3.0 mode ( with OAuth 2.0 ), but each time I put the parameters (ID Client, secret key and…
0
votes
1 answer

Warning of Google Play Developer policy violation: Action Required (Android.permission.CAMERA)

I received this mail from Google App store: Our records show that your app, xxx, with package name xxx.xxxx.xxxx, currently violates our User Data policy regarding Personal and Sensitive Information. Policy issue: Google Play requires developers to…
0
votes
0 answers

FormData.append does not work in Google Developer console

This seems like something with a really easy fix, but I can't figure it out. I have the following in the Google Developer console: var formData = new FormData(); formData.append("a", "b") console.log(formData) FormData {} Why is the FormData object…
Alex
  • 3,946
  • 11
  • 38
  • 66