in-app-billing Questions

1

Solved

It is mentioned here that a proper management of the 'Account Hold' status is required by November 1st, 2020. The doc says here : "When a user enters into account hold, you should levera...
Sarpedon asked 30/9, 2020 at 14:37

0

Related github link that I'm pretty sure nobody will answer The related link As you know, Google has enforcing the developers who sells subscriptions to integrate account hold handling mechanism un...
Incredible asked 24/9, 2020 at 12:16

0

The redeem code option in payment method list is not showing in my app. Screenshot below is from google play billing documentation but the option did not appear in my app. It's already been a week ...
Hunger asked 15/9, 2020 at 23:42

1

In our android app, we are using in app billing using IabHelper wrapper library. Example https://github.com/googlesamples/android-play-billing/tree/master/TrivialDrive Now, Google added newer ver...
Overblown asked 12/10, 2017 at 9:41

3

In the Android Developer Console, I saw this message Resubscribe isn't currently available for your users because your app does not use Billing Library 2.0 in all active APKs But, I was puzzled. ...
Denna asked 30/8, 2020 at 4:50

1

After upgrading the BillingClient to 3.0.0, I started getting about 20% users seeing SERVICE_UNAVAILABLE when querying for in-app purchase. The skuDetailsList is also empty. According to the docs, ...
Herrmann asked 31/8, 2020 at 13:47

4

is that OK and safe to set a value in SharedPreference to flag that the user have purchased this item? What if user hack this value in SharedPreference. Or I need to connect IAP service everytime t...

0

I am using Google's In-app Billing. (version 2.2.0) I start billing connection using below code in application class: billingClient = BillingClient.newBuilder(Application.getInstance()).setListener...

3

In my application, a donation function was made. (The application with permission to purchase inside the application is available in google play and in the downloaded version, this function works) ...
Capercaillie asked 18/6, 2019 at 11:59

3

Question: using the Google Play BillingClient 1.1 how can I get only unconsumed purchases? Background: In our Android app we wanted to change the "old" billing libraries (using the V.3 IabHelper....
Paratuberculosis asked 10/7, 2018 at 12:2

2

Solved

I want to test in-App purchase before publishing.How do i create a test account for this ? Can anyone help me with all procedures need to be done ?
Presentday asked 29/12, 2011 at 8:54

1

I am trying to implement below java code in c# referring to Android documentation List<String> skuList = new ArrayList<> (); skuList.add("premium_upgrade"); skuList.add("gas"); SkuDeta...
Dray asked 7/10, 2019 at 15:41

4

Solved

Google published a brand new version to handle the payments in Android but after searching quite a while I cannot find a single example or tutorial from someone who succeeded implementing it. The ...
Danley asked 14/1, 2020 at 14:37

1

Solved

I have some problems with google in-app purchase. All received payments are refunded after 72 hours. Is there an error in my payment codes? I paid myself and did not request any refund, but even th...

5

Solved

I'm unable to find a straight answer as to how I verify an in-app billing purchase on the server before making downloadable content available to the user. I use in app-billing version 3. I purchas...
Sukey asked 17/4, 2013 at 18:12

4

Solved

I am trying to implement in-app purchases using the latest Google Play Billing Library (2.0.1) • I've Added product Ids to the skuList and in the Google Play Console after publishing apk in Intern...
Maulmain asked 1/7, 2019 at 8:13

5

Solved

I tried to include in-app billing in my app and for the purpose of testing, based the whole procedure on the "TrivialDrive" example for version 3 of in-app billing (and implementing the unmodified ...
Grillwork asked 19/12, 2012 at 0:51

2

I'm trying to implement the new Google Play Billing to my app, and try to retrieve my already purchased in-app product, by using queryPurchaseHistoryAsync() method, and the Purchase list always emp...
Penetrance asked 20/6, 2018 at 6:8

3

Solved

I know that "Google Play Billing with AIDL" deprecated, but the app on which I am working is so complex that I don't want to change the core parts of the application. On the play console, I am get...

3

I have implemented In App Billing for my Android app. After a feature is purchased in my app, I have been collecting the Purchase bundle of that purchase order to my local server. I don’t know wh...
Unattended asked 1/8, 2016 at 9:8

1

Solved

I'm attempting to implement the new inapp billing implementation as the trivial drive 2 implementation appears to have dropped support. The following code to create my mSkuDetails map gives me an o...
Tartu asked 12/1, 2020 at 18:43

1

I am developing the flutter app which has In-app-Purchases feature, I have created the non-consumable product (one time) in the developer console. And I am using the official flutter package to imp...

2

Does the purchase token remain the same when a subscription is renewed with Android IAB V3? Would it be a bad idea to rely on the purchase token as the user's ID on a backend server? (Assume throw...
Philippine asked 21/8, 2014 at 16:5

1

I think to have followed all the steps correctly from the documentation but I can't reach the callback of querySkuDetailsAsync, no errors reported. The app is working correctly with IAB, now I'm on...

2

Solved

I'm upgrading my version of android billing api from 1.2.2 to 2.0.1. But now my import of the '''BillingResponse''' api is returning an error. How can I properly import BillingResponse with version...
Pirozzo asked 3/7, 2019 at 19:26

© 2022 - 2024 — McMap. All rights reserved.