in-app-billing Questions

2

I have setup in app purchasing on Android and the Google Play Store. When I try to purchase the product from the Android app it returns this error: The item that you were attempting to purchase cou...
Courtund asked 20/11, 2023 at 18:55

4

Solved

My app displays prices as reported by the getSkuDetails() API. To confirm that it is working I'd like to setup my device to display prices for different locales. I've tried logging in with Google ...
Psychopathy asked 7/8, 2013 at 16:18

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

Solved

I'm trying to implement in-app purchases using the official Flutter In-App-Purchase plugin. I've got things working, except I can't figure out how to tell if a users subscription is still active or...

3

Solved

I'm new to android development but created an app and I implemented in-app purchase to remove ads from the app. I just did a very basic implementation and I basically check if the user has purchase...
Kirsch asked 23/1, 2018 at 1:12

4

I have Google Play App Signing enabled for my project, so google play is resigning my apk after upload. If i want to install my apk on the device via adb for testing in app billing, the apk has to ...
Climb asked 19/6, 2017 at 21:38

6

Solved

I am getting this error testing in-app subscription products locally. authentication is required. you need to sign in to your google account I was able to check the the inventory for the prod...

3

I'm using the Flutter in_app_purchase plugin, v0.3.3+1. While testing on iOS, I began a purchase but cancelled mid-way through. After that, whenever I try the purchase again, I get an exception wi...
Shenyang asked 10/5, 2020 at 12:48

2

I am trying to implement in-app billing in my app, everything works great except for when it comes to refunds. I have been banging my head against this for the past few days and it seems unbelievab...
Odalisque asked 11/5, 2020 at 16:28

27

Solved

When I try to run my application with in-app billing I am getting the error: "This version of the application is not configured for billing through Google Play. Check the help center for more infor...
Shriver asked 17/6, 2012 at 3:20

2

Solved

I am trying to integrate Google Play Billing. Here is my onCreate : private final static String TAG = "MainActivity" ; private final static String ITEM_SKU_SUBSCRIBE = "sub_example" ; private fin...

4

Solved

I have my app in the internal testing track but when Testing, the test card did not show up and it asked for the real credit card on both real and virtual devices. I have tried some method recommen...

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

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

4

Recently I migrated one of my apps to Google Play In-App Billing v3. Since the release I get some crash reports on Samsung devices only, which are all related to BillingClient.onBillingServiceDisco...
Sungkiang asked 8/8, 2020 at 7:54

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&#...

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

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

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

11

I'm currently testing my InApp billing mechanism (using the InApp Billing version 3 API, therefore taking the TrivialDrive example as reference). I have one managed item, which is upgrade to premi...
Fender asked 13/1, 2013 at 13:16

2

We are going to build a mobile app for iOS and Android (might build a web app later) where users can upload videos and their friends and followers can watch them. The videos can be either free or a...
Atlanta asked 24/8, 2017 at 5:37

7

Solved

I have an app that has many activities. One of the activity is for showing purchase options. In the sample apps for the billing library (https://github.com/googlesamples/android-play-billing), Bil...
Oratorian asked 2/11, 2018 at 2:3

22

Solved

I'm trying to integrate Android Market in-app purchases into my app, but unfortunately coming across an annoying error every time I try to purchase a real inapp product. I've taken the sample appl...
Intermit asked 29/10, 2012 at 6:50

2

Is it necessary to add a payment method for license tester on google play? I have added my email id as a license tester in google play developer console. but still when I make some purchase it ask ...
Hooghly asked 12/11, 2020 at 11:55

3

Solved

I have upgraded my Kotlin app to android-billing 5.0 from 4.0, and as such, SkuDetails is now deprecated so I am migrating to using ProductDetails using the migration instructions. Previously I dis...

© 2022 - 2024 — McMap. All rights reserved.