google-play Questions

4

I know this is not a programming related question but we are getting a bit frustrated trying to update a pre existing TV app on Google Play. Google reviewed the app and rejected it, although it was...
Cubit asked 18/4 at 9:53

9

Solved

I am trying to upload an Application on the Google Play store. I am building the .apk and signing it using Maven. I have used maven-jarsigner-plugin to sign the .apk file. I am using the key that I...
Nicolettenicoli asked 21/5, 2013 at 23:42

7

I am going through the verification of the Google Play Console developer account. Account verification is required for all existing Google Play developers, who created their Play Console Acco...
Philistine asked 22/7 at 16:3

4

I'm adding in-app purchases to my Android application. I've completed all the steps to fetch the products, display them to the user, and start the purchase flow. Now, I'm trying to test it. To do t...
Alleviator asked 11/11, 2023 at 10:26

4

Is there a way to cancel a pending publication on Google Play Developer Console? I have accidentally sent a wrong apk file and couldn't find a way to cancel it.
Safire asked 27/2, 2017 at 0:41

4

Solved

When i click unpublished give error "you have at-least one active .apk " And also cannot update the app because key-store is lost... Any solution?
Jackinthebox asked 10/4, 2015 at 6:44

4

On our play store pre-launch report we got the following error. We are using google gms but not the wallet service and there is no more context from the logs. Did anybody else experience this and i...
Caulescent asked 28/6 at 12:11

6

Solved

I've received an email from Google Play telling me that I have to upgrade the target API level (before August 31, 2023). So if I go to my android folder -> app -> build.gradle, I assume I'll ...
Acme asked 19/8, 2023 at 5:38

5

Problem: I'm encountering an unusual issue where the onCreate() method of my app's launcher activity (MainActivity) is being called twice, but only when I launch the app for the first time after in...

4

Solved

We got a warning that we should migrate to Play Integrity API. We use only recaptcha from this dependency. In docs I didn't find anything in Play Integrity API which replaces recaptcha from safetyn...
Ear asked 26/7, 2022 at 10:25

2

Solved

I was just trying to deploy an app on google play store and got this error. How do I change my target api to 31. I am aware it needs to be changed in build.gradle file under android/ This is mine: ...
Sprang asked 30/9, 2022 at 22:13

6

Solved

Each time I upload a new release, in the Google play console I get this warning that says "You need to add physical address in account details" , I do not understand where I should add th...

15

Recently, Google introduced 'in-app updates' in Google I/O 2019. So I am trying to use it. val appUpdateManager = AppUpdateManagerFactory.create(this) val appUpdateInfo = appUpdateManager.appUpda...
Retinue asked 11/5, 2019 at 4:0

10

I developed a app with Flutter and tested on my device using the command: flutter run --release and everything worked fine. I also tried building the app with: flutter build apk --release an...
Galliwasp asked 12/11, 2018 at 13:30

7

Hi I am trying to enroll to 'Let Google Play manage your app signing key' but when I follow the steps I am getting this error : From what i have seen on other answers, Google used to give another ...
Filth asked 20/6, 2023 at 14:58

1

I've developed a app and some logs are reporting errors when a brasilian user tries purchase an item. I'm not brasilian and I want to test my app in that country. Is it even possible? My app is eu...

4

We are introducing Google Play subscriptions that include a 30 day trial, and I'm looking for some advice on how to test this. As described in more detail here, the trial period for a testing acc...
Sims asked 8/1, 2019 at 15:41

9

Solved

I am using this code to get the Google Play Store app version but this is causing my app to hang. Please specify another way to get the app version or how I can use this code to make the app not ha...
Sarong asked 22/2, 2018 at 12:4

3

Solved

My android app is published in google play store. I want to do, User get notified when there is new version of app. User must get notified when they are using an older version of app. The pro...
Autoerotism asked 20/4, 2015 at 6:40

4

Solved

I have an app that is released only as an "internal test" on the Google Play store When I go to the Google Play store on my phone, the app does not show up at all, under "installed&...
Diannadianne asked 13/3, 2021 at 21:32

4

The upload key is the same as the deployment key. For security reasons we need them to be different. Please use a different upload certificate. I am getting this error while generating the keys. Ho...
Birkett asked 1/8, 2017 at 16:1

0

After creating a Google Play release, I found the following problem specified by the pre-launch report. What can be the cause of this issue? There is no com.google.testing.* package in the codebase...
Leucoplast asked 4/6 at 12:57

0

Edit notes and updates below. Re-post from https://support.google.com/googleplay/android-developer/thread/277993015 as Google Support FAQ answer 9450925 states to post this here. (https://support.g...

4

Solved

I've moved from an old gradle of billing api, to the most recent to date, and now I've tried adding BillingClient.Builder enablePendingPurchases = BillingClient.newBuilder(this).setListener(this...
Chivers asked 7/6, 2019 at 23:49

4

Solved

We are implementing Google Billing with server side validation. One of the features that we have to support is "Free Trial". Single user is able to participate in "free trial" o...

© 2022 - 2024 — McMap. All rights reserved.