Questions tagged [developer-console]

Used for Google Developers Console

214 questions
3
votes
1 answer

"OutOfMemoryError" when onClick gets called (Crash report)

My App gets a lot of crash reports The App crashes when the onClickListener gets called. Only Android Version 7.0 and 7.1 are affected. I already tried to launch the App on a Emulator with Android Version 7 but on the Emulator everything works…
3
votes
2 answers

Google Play Developer Console total downloads statistic

Google was changed Developer Console views. We can't reach total downloads in new view. Is there any way to find total download's? or would i add month by month? example i choosed time interval to all of time
3
votes
1 answer

Android Vitals. "Session" and "crash free users"

Hello, everybody! I have some questions to Android Vitals. What is "session" mean? Maybe "session" in Android Vitals is equaled to "session" in Crashlytics? Or "session" is equaled to "session" in Google Analytics? I want to understand concept…
xoxol_89
  • 1,242
  • 11
  • 17
3
votes
1 answer

Android Google Place Picker working in Signed APK but not working in Live app

I have an application in which i have used Google Place Picker. There is very strange issue i am facing. When i am creating signed APK with my app's keystore, Place Picker is working very well. That same APK I have uploaded over Google PlayStore.…
Ronak Joshi
  • 1,553
  • 2
  • 20
  • 43
3
votes
0 answers

publish an update only for specific versions of android?

Is this possible to publish an update only for system versions above some API level? Say, I have an app with version 1.0, which have support from API 16 and then I want to release 1.1 update only for API 21 and above AND I want to keep 1.0 for older…
user4256046
3
votes
2 answers

Thousands of strange crashes in new Google Play Console version

The ANRs & crashes section of the Google Play Console has been recently updated to display more ANRs & crashes (automatically collected from users that have opted in). I found a lot of strange new crashes, on various Android versions and devices: 1)…
3
votes
0 answers

Cannot save changes in Google Play developer Console

I am trying to upload a new apk for Beta Testing. When I press the button "Upload new APK to Beta" I get the warning: "You have unsaved changes in this page. Do you want to leave without saving?" but there isn't button for saving.
Aviad Nemet
  • 31
  • 1
  • 4
3
votes
1 answer

Are mongodb backups made automatically?

We use two mongodb services and there is now a backup button in the swisscom developer console. Do we have to do the backups manually with this button or are further backups made automatically? if yes, when and how often?
3
votes
1 answer

Firebase + Google Games Services

While setting up Firebase and Google Game Services it is not possible to link the app in the Play Developer Console (games services). Firebase projects auto generate the relevant api keys etc. altering these breaks Firebase. I also tried creating a…
3
votes
1 answer

Android trouble with crash reports in developer console

So I'm building my app with proguard which obfuscates the code, and I am uploading my mapping.txt to the deobfuscation files. My crash reports show the class and method names, but they don't show line numbers. In my build.gradle: buildTypes { …
rosghub
  • 8,924
  • 4
  • 24
  • 37
3
votes
3 answers

App not updating on developer console when stagerollout to 100%

We have published out app on playstore with 10% stage rollout & after few fixes uploaded newer apk with stage rollout as 100%. But its not updating and its more than 24hrs. We're currently on Advanced Mode which shows fig.1 We have wrote mail to…
3
votes
1 answer

Unable to register Google Play - Developer console

Are we able to be both user of a developer account and owner of a developer console ? The fact is that my personal Google address is linked to a developer console for my work and I wanted to create my own developer console to publish my personal…
Schnapse
  • 485
  • 1
  • 5
  • 19
3
votes
0 answers

Google Play - Enabling pre-registering for my app

I have an app I will launch in a month (or so), so I'm thinking about enabling the pre-registration feature of Google Play so that my users would be notified when the app comes live. But I don't find such an option inside Google Play Developer…
fergaral
  • 2,077
  • 6
  • 17
  • 34
3
votes
1 answer

How to fix apps containing an unsafe implementation of TrustManager?

Saw a warning from Google next to my app's name in Developer Console, about unsafe implementation of TrustManager. I went through the code, but there's no single place where TrustManager or checkServerTrusted method is used, so I'm not sure where to…
2
votes
4 answers

How can I use the same SHA1 for an app that has different package-name, as another one?

Background I work on 2 different apps with common shared code, both used on the same project (using productFlavors in gradle file), but with different package names. The problem The apps are supposed to be able to login to Google account and fetch…