google-play Questions

1

Introduction I have uploaded my first version of app and users downloaded it , installed it and used too. It was a cake. But when i upload the second version then it gets updated after 1 hour or so...
Explicative asked 15/3, 2016 at 4:10

3

I was wondering how to detect a refund, or any type of cancelation of an in-app purchase(not a subscription and not a consumable). I'm currently making my test and when I refund a test in google l...
Pontifical asked 24/9, 2018 at 17:36

1

Google recently announced that they are going to start restricting publishing Android apps that do not target recent API level versions. I support this change, but I need some special case exceptio...
Parnell asked 5/1, 2018 at 22:36

15

I'm just finishing a game for android and I'm testing out the in app purchase functions. I'm sending testing using android.test.purchased It was working fine until a few hours ago. But now when I...
Windowpane asked 10/10, 2012 at 5:56

3

Solved

To ensure that my paid android application was legally installed from store, I write this: String installer = getPackageManager().getInstallerPackageName( "com.example.myapp"); if (installer ==...
Sinistrous asked 18/3, 2016 at 11:36

1

I'm using Unity3D Engine 2018 to develop my Android application. But when I'm trying to upload my application to the Google play console I'm getting the following error, When I click the learn mor...
Shagreen asked 9/3, 2020 at 14:59

5

I've been setting up Android in app billing v3, using the IABHelper class, and following the example code provided by Google. I have it mostly working all the way through purchase (with signed apk ...
Landlocked asked 2/5, 2013 at 19:18

2

Solved

The documentation states on a topic when to ask for a review: Trigger the in-app review flow after a user has experienced enough of your app or game to provide useful feedback. Do not prompt the...
Valentine asked 10/8, 2020 at 13:38

1

The Google Play Billing Library did not previously require the android.permission.INTERNET permission. In version 6.0, I can see from my merged manifest that now it does. Its source is the manifest...
Hospitable asked 7/10, 2023 at 2:11

4

Solved

This question is linked to this one: New Google Play badge doesn't get the size right One of the comment suggests to add a margin around the App Store badge image to match the Google Play Stor...
Pires asked 1/12, 2017 at 9:43

3

Solved

Background Our app had a write up in SALT magazine today (https://www.saltmagazine.com.au/feature/listen-up) which is an exciting moment. The iOS version is being featured in the App Store la...
Liverwort asked 14/6, 2021 at 21:3

22

Issue: You uploaded an APK or Android App Bundle which has an activity, activity alias, service, or broadcast receiver with intent filter, but without the 'android: exported' property set. This fil...

22

How can I get the application version information from google play store for prompting the user for force/recommended an update of the application when play store application is updated i.e. in cas...

1

On this bug report on GitHub, we were asked to raise the issue here. The issue is quite simple. Sometimes, users have multiple accounts on their phone, let's say [email protected] and [email&#...

3

Google communicated that in order to publish a new app or an app update in the Play store, you must meet Google Play’s NEW target API level requirements: Starting in August 2022, new apps must targ...
Monostich asked 4/4, 2023 at 9:3

4

I need to transfer an app to another account. I already transferred many apps. But Google might have changed the way to get TRANSACTION-ID. I've already visited below answers: and all seems OUT-DA...
Jannajannel asked 26/12, 2018 at 15:20

12

I set up a beta account to test IAP for google app that I am working on, the issue I have is, once I have purchased One-time products(non-recurring charge) the test IAP, I cannot 'remove it' as suc...
Lewison asked 29/12, 2014 at 22:45

14

Solved

How to change Android version and code version number Android Studio? I want to change apk file (app) on Google Play and I need to change Android version and code version number. I tried with this ...
Complexity asked 8/3, 2014 at 20:28

2

I developed an app in Flutter and I'm posting to Google Play, though, I would like to know how / where I can set the widget name information so that I can enter as login credentials on the Play Con...
Noyade asked 22/8, 2018 at 15:45

3

We have posted one of our apps to Google Play, however, we have a user in France who wants to download our app, but it doesn't show up in Google Play, even though it shows up here in the United Sta...

3

Some users reported this error when attempting to install my app from Google Play store. I could not find any reference to it, so documenting the solution here.
Tien asked 21/2, 2023 at 2:51

2

Solved

I recently received this message when I tried to upload my app: This release includes the com.google.android.gms.permission.AD_ID permission but your declaration on Play Console says your app doesn...
Affliction asked 31/7, 2022 at 9:35

5

Solved

I did not find a way to be notified when a release in the Google Play console is approved by Google team (and then I manually publish it the store) like "google has reviewed the app and it is ...
Prut asked 30/1, 2021 at 23:25

3

My app is stuck in Draft Internal Testing for some reason. I have completed all the steps Play Console wanted me to do, including submitting rating info, store listing, etc. I fiddled around the co...
Floorage asked 10/1, 2022 at 8:34

1

If I convert my paid app which is verified through LVL licensing, to free, can I still use LVL licensing to detect if a user bought the app while it was still a paid app? I.e. Will the licensing fu...
Faunia asked 17/1, 2016 at 8:37

© 2022 - 2024 — McMap. All rights reserved.