google-play Questions

1

I have an app uploaded on PlayStore and getting crash on it java.lang.NullPointerException from android.app.ActivityThread.updateLocaleListFromAppContext I have tried searching a lot online to chec...
Salvucci asked 17/6, 2019 at 7:5

9

Solved

My app update has been rejected and wasn't published due to a policy violation. The reason is for some security reasons we've blacklisted certain countries and their IPs from our network. Due to th...
Purview asked 24/9, 2019 at 12:15

9

In some devices, ex Google Pixel 3 XL, button Install disappear, although they use same google play account and open a same internal app. Does anyone have a suggestion for my issue? Any response w...

2

I have put the same build (v1.0.0) build for review in both Alpha testing review and as well as production review while managing publishing to save time for the review process. Both reviews are alr...

4

How do you get token of PurchaseDetails object in Android? Based on the docs, https://developer.android.com/google/play/billing/integrate#java, to launch a purchase flow we need to do something lik...
Pennyworth asked 18/7, 2022 at 18:44

1

The private key was not properly encrypted, or is not a type of key we support . I generated the play signing key on play console $ java -jar pepk.jar --keystore=foo.keystore --alias=foo --output=e...
Nsf asked 29/6, 2023 at 10:56

27

Solved

I have open the Google Play store using the following code Intent i = new Intent(android.content.Intent.ACTION_VIEW); i.setData(Uri.parse("https://play.google.com/store/apps/details?id=my package...
Jenn asked 1/8, 2012 at 5:27

15

Solved

I'm trying to use In-App billing: mIabHelper = new IabHelper(this, BILLING_KEY); mIabHelper.startSetup(new IabHelper.OnIabSetupFinishedListener() { @Override public void onIabSetupFinished(IabR...
Attain asked 8/4, 2013 at 21:38

12

Solved

I am to trying to create a signed app in Android Studio, but i am stuck at this error which says keytool error: java.io.FileNotFoundException: C:\AndroidWorkspace\androidKey\public.jks (The syst...
Billhook asked 22/2, 2015 at 15:23

2

Solved

Okay, I have previously added in-app purchase to apps but this time the warning doesn't go away. In console i get this message "App doesn't have any in-app products yet." In Google Play Console, I...
Schooner asked 4/9, 2018 at 22:53

1

Solved

According to the official React Native docs, I am trying to generate a .aab file for release. When I run the command npx react-native build-android --mode=release I get this error error Unrecogni...
Isometropia asked 3/7, 2023 at 19:23

0

I have already declared the AD_ID permission in my manifest but I am still getting the following error in the Google Play Console: Your advertising ID declaration in Play Console says that your ap...
Delude asked 1/7, 2023 at 6:7

2

I need to send some info to Google Play Protect as, while my app works fine on Google Play Store, it comes up with an error for those downloading it from the Samsung App Store. One of the questio...
Climatology asked 10/10, 2018 at 13:59

1

Solved

When I release an update for my app in Playstore, mostly it doesn't require clear Data/cache. But sometimes we want it to clear data on Update. Is there a way, maybe a flag to enable, to automatica...
Magdalenamagdalene asked 13/6, 2023 at 11:34

5

Solved

This question relates to the Google Play Developer Console. An account was shared with me over a year ago. When I select this account and click Settings, I see the message: The developer profile c...
Goodsized asked 13/1, 2014 at 13:38

3

Solved

I have successfully deployed my Android production app on Google Play. I want to remove my testers from internal test so can install and use the production app. When I go into Manage internal teste...
Orcus asked 9/10, 2020 at 5:53

2

How to see a list of all apps published by a specific publisher in the Google Play Store? There are related questions like List all products of publisher in play store on-site, but they don't provi...
Yeorgi asked 8/6, 2023 at 11:22

3

We already have an android app deployed under Play. Is it possible to change current keystore? Reason: currently we have a development team and this team will be discarded within 1 year. I would ...
Detruncate asked 5/9, 2017 at 15:20

12

I had my app in the android market with version code = 2 and version name = 1.1 However, while updating it today, I changed the version code = 3 in the manifest but by mistake changed my version n...
Olio asked 9/3, 2012 at 4:57

3

Solved

I developed an Expo app (managed) and generated the Android binary using EAS. After submitting the binary for internal testing, I see many dangerous unwanted permissions on the Google Play store. ...
Disbursement asked 18/5, 2022 at 8:21

6

Solved

I would like to change the password I use in my keystore for an android app that is already available in google play and I would like to know some things before I do it: 1) If I change the keystor...
Entire asked 5/2, 2015 at 12:8

17

Solved

My app is being tested using Google Play. I am one of my alpha testers, naturally. I released a new alpha version of the app. I was expecting it to update automatically on my device. But it's not u...
Foreshank asked 19/7, 2013 at 17:5

4

This recently popped out pre-launch report, once I published minor update to app. I've seen also couple of similar recently in other projects, with class names obfuscated in exactly same name (bjq...
Hausmann asked 25/4, 2023 at 13:20

4

Solved

Are there any libraries that will help me deploy to the Google Play Android Developer Console? I would like to automatically: Upload a new APK Update the text for "Recent Changes" Post the form,...
Groceryman asked 28/7, 2012 at 23:52

8

Solved

Let's say I have the app in Google Play Store with version 1.0. In the new version (1.1) I would like to upgrade the database with new columns. Database upgrading is a common crash in my applicat...
Legate asked 8/9, 2017 at 9:44

© 2022 - 2024 — McMap. All rights reserved.