in-app-billing Questions

5

Solved

I am getting the following from the Google Play IAB API; The item you requested is not available for purchase I have however successfully tested against static responses, and in addition, the ...
Ashtonashtonunderlyne asked 6/3, 2016 at 23:29

5

Solved

I am receiving this error while testing my app. The app is signed and uploaded to the alpha testing portion of the developer console. The in-app item has the status "Active". I have entered an ...
Valuate asked 28/5, 2014 at 17:29

5

Solved

I am learning to implement an in-app billing for my app such that people can for example, donate $ when press the donate button. The user is allowed to donate more than one time, i.e. the purchas...
Pernik asked 5/10, 2013 at 8:55

2

I've implemented a recurring subscription for Android In App Billing, but I'm wondering how the apps knows that the subscription is renewed. In testing, at least, the subscription is ended after 1 ...
Flyspeck asked 18/1, 2017 at 15:45

1

I am trying to create a restore purchase system. I want, the user can reach its bought products whichever device he/she logged in. So I use "queryPurchaseHistoryAsync()" method when app launches. M...

2

I am working in an android application where I want to implement inapp billing subscription. I have created a subscription ID in the Google Play Developer Console with a trial period of seven days....
Tomcat asked 22/5, 2013 at 10:40

2

I implemented google billing functional in my app. All works, but when i added flag applicationIdSuffix ".debug" to build.gradle, billing would not work for debug builds, but my tester really needs...
Spiroid asked 16/1, 2017 at 12:7

3

Solved

Hi I have I implemented inapp billing V3 for one year subscription for a item using android-inapp-billing-v3. I want to show remaining days in my app. I am calling getSubscriptionTransactionDetails...

2

In my application I'm implementing in-app purchase using Google In-app Billing Version 3 API. In logs from my app I see: D/Finsky (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: ...

2

Solved

Checking out the API for the Google Play IAB v3, the response for the getSkuDetails() returns price, price_amount_micros and price_currency_code. Unfortunately, The price does not include tax. Does...
Camembert asked 29/6, 2015 at 12:34

3

Solved

I'm currently very much confused about with which subscription service to use between any Third-party or Google's In-App billing system. Let me explain first , I have an app which is providing se...
Motel asked 29/5, 2019 at 6:7

3

Solved

I would like to know what the maximum number of items that can be placed in In App billing for both Android and iphone. I seem to remember reading around 3000 but I cannot find the reference. Also...
Bonnie asked 9/7, 2012 at 8:29

1

I have integrated android In-App purchase to an android application. I overridden the onPurchaseUpdated method to get the response of the purchase. @Override public void onPurchasesUpdated(int re...
Candent asked 4/4, 2019 at 5:42

2

We are developing a Point of Sale app available on iOS and Android platforms. Our business model is such that, each user will have to pay us a customised cost based upon the number of his busines...

7

Solved

From Android In App Billing version 3 (TrivialDrive)sample application coming with sdk MainActivity.java /* base64EncodedPublicKey should be YOUR APPLICATION'S PUBLIC KEY * (that you got from th...
Restorative asked 16/1, 2013 at 6:47

1

I am opening a Activity with ActivityResult and after buying a item successfully, I am closing the current activity which holds purching process and send data back. But Leak Canary catch a memory l...
Pina asked 15/3, 2019 at 10:9

3

I'd like to make an android application with in app purchases, I read often that I have to download the Google Play Billing Library from SDK Manager (e.g. http://www.techotopia.com/index.php/An_An...

5

Solved

i'm trying to enable in app billing. I've created In-app-products on my google play console and got my License key. When i try to purchase product. I get this image error. Here is the code i use...
Bah asked 12/12, 2017 at 17:5

3

Solved

I am attempting to implement Google Play in-app purchase v3, after successfully implementing it in v2. However, every single time I attempt to purchase one of my real in-app products, I receive the...
Lactoprotein asked 4/5, 2013 at 18:45

14

I have tried for several days to solve this problem, using the Dungeons demo code that comes with the SDK. I've tried to Google for an answer but can't find one. In the Dungeons demo, I passed my...
Kaliski asked 30/1, 2013 at 9:36

4

I was just trying to compile my app with the new preview SDK 24 Android N in Android Studio 2.1 Preview 1. I have in app billing in my app. When trying to build the app I get the following excep...

1

I need to create a new In App Purchase in the Google console. The only 2 options I see are "MANAGED PRODUCTS" and "SUBSCRIPTIONS" Inside "Managed products" I only get 1 options of "Create managed ...

5

I spent a week looking for solution to upgrade/downgrade subscriptions on Android InAppBilling. There's a reference page about this function: http://developer.android.com/google/play/billing/bill...
Spooner asked 28/4, 2015 at 9:8

6

I am using the In-app Billing service of Google and Proguard. The configuration file that I am using as a Proguard is the one in .../sdk/tools/proguard/proguard-android.txt As Google says here: ht...
Mosby asked 21/8, 2013 at 13:21

1

When there is an auto-renewing subscription, consider the following model situation: user buys 1 month subscription, lets say in January cancels renewal then waits until March (>1 month) and buys...
Tawana asked 25/9, 2013 at 9:11

© 2022 - 2024 — McMap. All rights reserved.