Questions tagged [developer-console]

Used for Google Developers Console

214 questions
5
votes
0 answers

Google Play Account Termination

Today I recieved a notificiation e mail from Google: "This is a notification that your Google Play Publisher account has been terminated. REASON FOR TERMINATION: Prior violations of the Developer Program Policies and Developer Distribution Agreement…
olcayakgn
  • 73
  • 1
  • 4
4
votes
0 answers

This release does not add or remove any app bundles

I can't seem to find any information on this issue. Does anyone know how to resolve this? This is my first time publishing anything, in the past 8 years.
4
votes
2 answers

Any way to get my discord token from Browser Dev Console?

Is there any way to see my discord token in the dev console with any javascript code?
4
votes
1 answer

Simulate Session Timeout/Expiration in Chrome

I have a piece of code I need to test for a case where the user is detected via cookies, but the session has timed out. To save myself from waiting around, is there a way I can modify the session in dev tools to simulate a timeout? I know you can…
4
votes
1 answer

IllegalArgumentException: org.chromium.components.minidump_uploader.CrashFileManager

In my Developer Console, occasionally I see a spike in the following crash: java.lang.IllegalArgumentException org.chromium.components.minidump_uploader.CrashFileManager. java.lang.RuntimeException: at android.os.AsyncTask$3.done…
drmrbrewer
  • 11,491
  • 21
  • 85
  • 181
4
votes
2 answers

Unknown error when creating a new project in Google API

I am getting this error when I try to create a project in console.developers.google.com. I have 8 more projects left in my quota. I have tried different names and different project IDs. When I hit the "retry" button it shows the error after some…
Avraham
  • 916
  • 1
  • 13
  • 25
4
votes
1 answer

Android Vitals : no data available for one of my apps

I have no data available in Android Vitals for one of my apps (the other apps are ok) and I don't understand why. Anybody can help me?
toto_tata
  • 14,526
  • 27
  • 108
  • 198
4
votes
0 answers

Signing and Uploading to Developer Console Error: Upload a signed apk

I am getting this error when trying to upload an update for my app. I have changed my pc after releasing the previous update, so I had to reinstall Android Studio and everything with it. Luckily I managed to recover my key.jks file that it's…
Daniele
  • 4,163
  • 7
  • 44
  • 95
4
votes
0 answers

Updated Version not available in PLAYSTORE but shows the previous version still

App OldVersionNo: 1.8.2 App NewVersionNo: 1.8.3 (Updated) My new version (1.8.3) of my app was uploaded on JUN 3 2016 & got published on JUN 4 2016. In the below pic we can see the published app version number, date & status of the app. Now the…
SaravanaRaja
  • 3,228
  • 2
  • 21
  • 29
4
votes
1 answer

Simulate the solution for Security Alert - unsafe implementation of X509TrustManager

So, Lately I am getting the below warning inside my developer console and to resolve the same I have done the required fixes. As suggested by Google , here To confirm you’ve made the correct changes, submit the updated version of your app to the…
Prateek
  • 3,923
  • 6
  • 41
  • 79
4
votes
2 answers

How to get google-services.json from Developer console?

How to get google-services.json from Developer console after the project has been created and services were enabled? I want to generate it from Developer console and not from Developer docs.
Malwinder Singh
  • 6,644
  • 14
  • 65
  • 103
4
votes
3 answers

Do I have to publish my app under the same Google account that I configured Google Play Services?

Under Google account #1, I have Google+ and Google maps enabled/configured for my Android app. In the app, I am using the App Id that I configured under this account which allows me to use G+ sign in and Google Maps. Will I be able to publish this…
Harry
  • 772
  • 10
  • 32
3
votes
1 answer

Account manager and signing key update through Google App Sign

My goal is to share user credentials between my apps using AccountManager. To do this I need to ensure that signatures of both apps is the same. The problem is that these 2 applications have different signing keys, fortunately Google allows us to…
3
votes
0 answers

Best way to remove unused javascript suggested by lighthouse. Is setTimeout a good idea?

Lighthouse suggests that I need to remove the unused javascript from the third party javascript library say index.js . It is okay for this particular library to load after few 10 seconds once the page is loaded. So I used the SetTimeout method to do…
3
votes
1 answer

Change Application Name of a Verified App - Google OAuth Consent Screen

I have a verified app and I would like to change the OAuth consent screen application name(only application name). In order to do this, it seems that I need to reverify this again, but my app is ALREADY in production now, if I submit it for…
1 2
3
14 15