Questions tagged [developer-console]

Used for Google Developers Console

214 questions
2
votes
1 answer

Android: 'This item is not available in your country error' in beta testing

I released my app for beta testing today and added a list of users including myself as testers. Now after publishing the app when I tried to download it myself I see following message: This item is not available in your country. I have added only my…
varunkr
  • 5,364
  • 11
  • 50
  • 99
2
votes
1 answer

Beta version of Android apps available in Google Play

I understand Google randomly checks Apps for their compliance with its policies, in case of non-compliance, such apps are removed from Google Play. Can we do something so that before the app is available to common users, one can figure out App's…
Kaps
  • 2,345
  • 2
  • 26
  • 37
2
votes
1 answer

Can't get token id from google in android google log in

I've signed my android app as a api on google console, as well as my backend server as oauth client in google console. I've also updated updated my gradle files and so what ever neccesary to get a token Id. But somehow, I'm always failing to get a…
2
votes
1 answer

Is is possible to update APK and Store Listing before Publish in the NEW Android Developer Console?

The "NEW Developer Console" is now the standard for all users. So we must all deal with the changes in behavior from the old console. You used to be able to upload and release an APK update and update your store listing in one step. I cannot figure…
pqvst
  • 4,344
  • 6
  • 33
  • 42
1
vote
0 answers

Installing old app versions as beta tester for migration testing

In our app we updated the database from one version to another. Now for testing I want to jump between older versions that were officially released at some point in time. In the Android developer console we can find the previous releases…
Aldinjo
  • 394
  • 1
  • 7
  • 21
1
vote
1 answer

Amazone Alexa/Development Console - my changes don't deploy

I'm using the developer console to learn Alexa skill development. I started with the "Hello World". Sure enough it works fine. I can test it. So, then I changed it to say "Greetings World", saved it, built it and was told all was good. Yet, when…
jpmh
  • 11
  • 1
1
vote
0 answers

An unexpected error has occurred. Please try again. (4557EC3B)

3 hours trying to open google play console but after loading several minutes this error always pop up An unexpected error has occurred. Please try again. (4557EC3B) I've signed out from all google account and resigned again and still the same…
1
vote
2 answers

How Can I Cancel The OAuth Consent Verification Process?

I was testing functionality on a website that I'm developing that allows the user to sign in using their Google account. I filled in the "OAuth consent screen" in the Google Developer's Console, including all of the URLs to allow Google to redirect…
Andrew
  • 6,144
  • 10
  • 37
  • 54
1
vote
1 answer

cross-domain fetch() throws "Failed to fetch" from page but not from the dev console

Related to Getting "TypeError: failed to fetch" when the request hasn't actually failed, but that didn't seem to work in the dev console either. I'm accessing a restconf server directly from a web page. Static pages are served from another…
pythonator
  • 384
  • 2
  • 12
1
vote
1 answer

Why is my Websocket connection not working in the Developer Console?

I'm trying to connect to a server using websockets. I've set up the port on the server, and am trying to connect through the Dev console in Chrome (also tried Firefox and got the same result). I connect from the console using: var websocket = new…
Sharon
  • 3,471
  • 13
  • 60
  • 93
1
vote
1 answer

Can't Open App After Installing From Google Play

My application i cant open it from google play, even test from another device, its same isuue.
Marnana. John
  • 33
  • 1
  • 9
1
vote
1 answer

Duplicate applications are not allowed when adding android debug certificate fingerprint to Google Maps API credentials in Developers Console

I have an application for 6 years already on Google Play Store. This app uses Google maps, so I have an API key generated and for this key I have several combinations of app package/certificate fingerprint configured. I need to add new combination…
d.aemon
  • 761
  • 1
  • 7
  • 20
1
vote
2 answers

You uploaded an APK or Android App Bundle signed with a certificate that is not yet valid

I am using Unity to publish a game and I keep on getting this error when I upload: You uploaded an APK or Android App Bundle signed with a certificate that is not yet valid. You need to sign your APK or Android App Bundle with a certificate that is…
1
vote
1 answer

Detecting when a user executes JavaScript in the browser

I'm currently developing a fully-browser-based game (a la Cookie Clicker) and I'm trying to minimize the possibility of users exploiting the visible JavaScript to cheat their game saves. For the sake of explanation, let's look at a hypothetical…
UnicornSnuggler
  • 107
  • 1
  • 9
1
vote
1 answer

Play developer console - multiple closed test tracks

I have been using the default Alpha closed test track to get feedback from a helpful set of my users. Everything has worked fine. The latest apk on there is versionCode 10. Now I've realised I want to have a subset test extra features, so I created…
Russ Wheeler
  • 2,590
  • 5
  • 30
  • 57