in-app-billing Questions

1

Solved

I'm just trying to create a subscription. If you read the oficial documentation you will see: Open Play Console and go to the Subscriptions page (Monetize > Products > Subscriptions). Click C...
Lindstrom asked 24/12, 2022 at 11:21

4

Solved

I have implemented server-side verification Google IAP purchase tokens. My mobile app send me this token as get it from Google. A regular token looks like minodojglppganfbiedlabed.AO-J1OyNtpooSr...
Wonderful asked 14/7, 2015 at 9:17

3

I'm confused about the new version (5) of android billing library. I have a few subscriptions in my app and each one has a monthly cycle and a 2 weeks free trial. Now I want to show to the users th...
Frequentation asked 20/6, 2022 at 19:46

4

How long does it usually take for the price / description change made in the Google Play Developer console to take effect and propagate to devices? I have two In-App products I am testing with a ...
Finkle asked 1/5, 2013 at 14:47

4

Solved

I have an android app with renewable monthly subscriptions. In this app I want to notify user some info when his subcription continues in next month. As I can see renewals in merchant center(order...
Herminiahermione asked 13/4, 2016 at 7:30

2

Solved

I have an app with in-app purchases which i used to test with the provided test card methods by google as shown here Google Play Billing Test However, after i published my app in production on Goo...
Footprint asked 16/6, 2020 at 2:59

1

I am upgrading my app from IAB v1 to IAB v5. I can successfully connect the Billing Client. But if I then try to query product details, I get the warning from BillingClient: Querying product detail...
Protonema asked 21/7, 2022 at 19:21

2

Google has updated its billing system and there is no full information how to deal with it. Thus, instead of SkyDetails we have class ProductDetails. This object we can receive in callback of billi...
Angularity asked 23/5, 2022 at 15:51

3

Solved

In v4, I used to have SkuDetails.price to get the price of the product but now it's not available anymore in the new ProductDetails in v5. How can I get the price of a product in this new version? ...
Speos asked 19/6, 2022 at 17:31

2

Solved

I don't want to input my credit card for Google Play test. Is there any way I can do this like what we did in iOS IAP testing? Or is it possible to create Redeem code for testing? The reason is I...
Salvatoresalvay asked 16/7, 2014 at 3:15

8

Solved

It seems that it is quite complicated to implement In-App Billing in an Android app. How could I do this? The sample app from the SDK only has one Activity, which kind of over-simplifies it for an ...
Merce asked 5/1, 2012 at 0:9

3

Solved

I'm trying to test the in-app purchase of a consumable item on Android, but I'm unable to do so, as the item appears as being unavailable in my country: This only happens when I'm testing on a dev...
Fields asked 5/7, 2022 at 7:21

2

Solved

I want to remove the existing subscription product from product list. How would I be able to perform so as I didn't found any option on my developer console to delete the subscriptions ? Also if...
Shillyshally asked 3/4, 2013 at 9:32

3

I am developing an application which will allow user to purchase using In App Purchase and I want to remove ads after purchase. I can purchase succesfully with code below BillingFlowParams flowPar...

1

I am using the Google Play Billing Library 5 and have a subscription product with different base plans. When processing the purchases in the PurchasesUpdatedListener or in the callback of queryPurc...

4

I refresh to android billing version 4 and 2 things are not working anymore. First I have this: else if (billingResult.getResponseCode() == BillingClient.BillingResponseCode.ITEM_ALREADY_OWNED) { ...
Luffa asked 19/5, 2021 at 16:57

4

Solved

I have successfully implemented in app billing into my app which all works fine. I am now trying to retrieve the price of items (set in developer console) so that I can reflect these prices within ...
Merylmes asked 11/5, 2013 at 23:39

10

Solved

I am working on learning in-app billing but I am having a problem with the google's in-app billing example, the Dungeon one. I have already set up the application, added my public key, and changed...
Ian asked 13/6, 2012 at 17:55

2

Solved

I am trying to implement IAB in my app. Each time the app starts, the start up fails with: Problem setting up In-app Billing: IabResult: Billing service unavailable on device. (response: 3:Billing...
Radiance asked 11/3, 2016 at 18:55

3

Solved

I've been struggling with this problem for days now. I know there are a lot of questions with the same problem on SO but i couldn't get it to work. What I have done Uploaded APK in beta phase Crea...
Patio asked 1/4, 2016 at 8:28

0

I implemented the Google Play Billing API in my Android app. But I don't understand why a Purchase object doesn't have a single sku but a list of skus? In which case can a Purchase contain more tha...
Latvia asked 24/4, 2022 at 13:38

1

I have an app with In-App Billing in its Adapter (list of items to buy). I am having a problem during testing of the in-App Billing. Everything works fine - The user is able to go through the whole...
Wirework asked 2/12, 2014 at 5:51

3

Good Day everyone.. Does anyone know how to integrate adyen to React Native which works on both IOS and ANDROID. Thanks in advance :)
Thierry asked 22/9, 2017 at 3:26

1

Solved

I'm currently facing an issue where my Flutter application is unable to fetch consumable in-app products from Google Play store. However, my application is able to fetch all products from the Apple...

0

I am developing a mobile app where users can create works of art for purchase. In order to download the completed art, the user must purchase the artwork. The artwork is then downloaded as a PNG to...
Morgen asked 29/3, 2022 at 14:16

© 2022 - 2024 — McMap. All rights reserved.