Questions tagged [developer-console]

Used for Google Developers Console

214 questions
0
votes
0 answers

Issue with crash report in play developer console

I recently received a crash report in Play Developer Console for my app. However, I found myself unable to diagnose the issue as the stack traces in the crash report point to a class which are not there in my app. The stack trace in the crash report…
0
votes
1 answer

Publish application for existing customers and otherwise hide

it is possible to remove a purchasable applications from the Developer Console? Can customers who bought the application continues to download the application? I want to prevent from that the application further spreads. But existing customers to…
0
votes
2 answers

Failed to load. Failed to recognize the file

When I upload the apk file to Google Play error appears: "Failed to load. Failed to recognize the file." snapshot After checking in the console jarsigner -verify -verbose app-release.apk it show: jar verified. Warning: This jar contains entries…
0
votes
0 answers

Getting an access token for an installed application

I'm following the "Using OAuth 2.0 for Installed Applications" instructions, and have managed to get as far as obtaining the authorization code. However I'm having trouble working out the next step of getting the actual access token. One of the…
0
votes
1 answer

None of my classes include in the stacktrace from Android developer console

I received 4 crash reports from Android developer console with the same stacktrace, which seems to suggest a NullPointerException occured when the system is building the UI. However the trace does not include any of my class nor any of my layout…
Paul L
  • 119
  • 1
  • 10
0
votes
0 answers

How to submit update to existing apk in android developer conole using eclipse?

I have a publish app on Google Play Store, Now I have made some changes in the application and I want to release the update version. I have signed the .apk using same keystore, alias and password which I used for first upload. But the problem is…
Aleem
  • 93
  • 2
  • 14
0
votes
1 answer

Android: Does Google Play check versionCodes of installed apks?

Google Play has an automatic update system for apps. When a new version is uploaded to the Developer Console the app is updated on user devices because the new versionCode is greater than the one that is already installed. But users could get a…
P5music
  • 3,197
  • 2
  • 32
  • 81
0
votes
0 answers

Google Maps Android API. Authorisation failure

I'm trying to set up a GoogleMap view in my app the map shows up blank so far. I get the following error in my LogCat: 01-14 00:23:47.471 17271-17639/? E/Google Maps Android API: Authorization failure. Please see…
0
votes
1 answer

Google Suspended My App After Update ... Can I Upload the Same Again

Yesterday I put an Update in my Store Listing and Put Couple of Tags and Google Decided to Suspend my app. I want to know that What If I upload the same Application( Icon,Old Description etc ) Will They Suspend that Too???
0
votes
1 answer

Updating an older app version in the Playstore while a new version is in staged rollout

I have an app in the Playstore for which I plan to release a major update - lets call them version 1.0 and version 2.0. I would like to do so via a staged rollout, so that I can control the percentage of users who will receive the version 2.0…
AlexR
  • 43
  • 7
0
votes
2 answers

is it possible to flag my android app in google play as not available until a certain date?

When I release an iOS app in iTunes Connect I can specify the availability date. Is there an equivalent on the Google Play Developer Console? I wish to release my app today, but the launch is not for some weeks and I don't want anyone to download it…
kris
  • 11,868
  • 9
  • 88
  • 110
-1
votes
1 answer

Since Google now requires every app must have a privacy policy, do apps need to have one even if no data is collected?

Google recently published a change inside of the google developer console ... ...stating that now every app must have a privacy policy. What does this new mandatory change mean for developers? Do we have to aquire formal legal documents from lawyers…
-1
votes
1 answer

java.lang.RuntimeException: How do I solve this crash? And what is causing this?

I get this crash report displayed in my Developer Console and I have aboslutely no Idea what it means: java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3319) at…
HavanaSun
  • 446
  • 3
  • 12
  • 39
-1
votes
2 answers

Unable to buy google developer console account

I am unable to make payment for developer console account. I am trying it since 3 days but google says "Contact us to remove the hold from your account". Can anyone please help me in buying developer console. Thanks in advance. is it mandatory to…
-1
votes
1 answer

How to get application BETA version of apk in Google play?

I use CI and CD to deploy my Apps on gplay. Prod and beta versions. After you send your apk to gplay there is a time delay(~4hour) until your application will be available for download. And when it's available I need custom notification about…
nail
  • 715
  • 7
  • 20
1 2 3
14
15