Questions tagged [developer-console]

Used for Google Developers Console

214 questions
0
votes
0 answers

SHA1 can't find .jks nad can't update version in android developer console

I found so my old app it's used, but I want publish new version. But I can't because SHA1 it's wrong, I don't know which .jks is correct I try all from projects but unsuccesfull, please how Can solve my problem thanks. I use androidstudio. I don't…
Parad0X
  • 3,634
  • 2
  • 12
  • 23
0
votes
1 answer

query regarding release and debug certificate fingerprint

I want to know that when I linked my application with release certificate fingerprint and debug certificate fingerprint in google play developer console and after some time when I done my testing I publish my application. Then I have to delete my…
0
votes
1 answer

unable to sign in to google play game services

I am creating an application which need google play game sign in. I created app in developer console and application is running properly. now I have to change the package name of the game but I can't delete since I already publish that game. How to…
0
votes
1 answer

can i have 2 apks of same application one in prod and one in alpha channel simultaneously

I have an android application. Its already released to play store . So its in production state as shown in google developer console. Now i added a new feature (In app purchase) , But before i release the app with this new feature , i want to test it…
Pardeep Kr
  • 479
  • 2
  • 6
  • 25
0
votes
2 answers

Is there any way to see the developer console for a background task and a popup?

I'm creating a chrome extension with a background script and a popup. I can right-click on the extension icon and select "Inspect popup" to debug the popup and I can click on "Inspect views: background page" to debug the background script. However,…
kris
  • 23,024
  • 10
  • 70
  • 79
0
votes
1 answer

Can't distribute apk to Google Store with desired architectures

I've made a Xamarin Android app in Visual Studio 2015 Community with Xamarin. Until recently, I could publish it with no problems for beta testing and I had ~10.000 supported devices. After I've updated Xamarin to 4.3.0.784, the publish option was…
0
votes
1 answer

Send JSON using PUT method

I'm currently stuck on this challenge I'm trying to complete. On the webpage there is a text field, containing some text like so: {name:example, state: example. etc:example} And it wants me to use the PUT method to send the JSON. And I am genuinely…
0
votes
1 answer

2 google developer console account with different email address on a laptop

I already have 1 google developer console account on my laptop and I need to buy a new google developer console to a specific app. is that safe if I create 2 google developer console account with different email addresses on 1 laptop? Thanks!
fxbayuanggara
  • 316
  • 3
  • 16
0
votes
3 answers

Android dev console: Cannot publish application

Just upgraded an app from V12 to V13 - text change in help only. Works fine. Go up upload it to dev. console and it will not publish the new APK, says: "This configuration cannot be published for the following reason(s): Version 12 is not served to…
nmw01223
  • 1,611
  • 3
  • 23
  • 40
0
votes
0 answers

Change IP dynamic on each ajax call

I am trying to executive an ajax request in the console , Is it possible to change our IP on each ajax call ???? , here is my ajax call $.ajax({ url: "/mycustomsite/", data: { 'data1': 1, …
kashif
  • 193
  • 2
  • 19
0
votes
1 answer

Setup template for redirect URIs in google developer console

I try do auto-deploy for some project, when somebody push to git, deploying occurred for the branch and jenkins setup project and do deploy stuff on a server. For example: |Branch |URL (will be created) | …
0
votes
2 answers

Google play APKs supporting Android Wear must have a minimum SDK version of at least 23

I have tried to upload new Android wear app to google play developer console and I've got the following message: Upload failed APKs that use the 'android.hardware.type.watch' feature must have minimum SDK version of at least 23, and this APK…
Gal Ep
  • 101
  • 1
  • 7
0
votes
1 answer

Why does chrome's developer console copy-to-clipboard function return the object's toString value sometimes?

It's know that copy is a special function available inside the developer console of Chrome and Firefox (and potentially other browsers) to copy an object to the clipboard. [1][2] So why is it that when I copy some highly complex object in chrome to…
jgawrych
  • 3,322
  • 1
  • 28
  • 38
0
votes
1 answer

Android app post deployment issues

Its been 2 days I have deployed my application on play store.But there is no any statistical data on my developer console though my application have several downloads. Tell me if there is any time limit for updating the statistics or some other…
0
votes
1 answer

How to have all users to download a different production apk version?

I am teaming up with a partner and they said I have to remove all ads from the app forever from all users that will download the app on a specific day. The ads in my app is just a banner. I could remove them by eliminating the adview easily, but…
user11230
  • 539
  • 1
  • 9
  • 19