in-app-billing Questions
3
Solved
My onIabPurchaseFinishedListener never gets called, even though I click the buy now in the inapp dialog, the logcat doesn't print anything.
public class CreateAlbumActivity extends Activity {
IabH...
Milena asked 18/8, 2013 at 16:52
5
Solved
I've been trying to set up in-app billing for my first app, and have been using the android.test.purchased sku. The purchase come through, and I manage to get the SKU into my inventory, but, as the...
Everetteverette asked 10/2, 2013 at 17:11
2
With the following code that retrieves the user's Google account, gmail, I was wondering why I get null from devices like mine (that of course runs on my gmail), whereas it works on my mom's device...
Chelyuskin asked 20/4, 2016 at 16:55
1
Solved
I currently design my implementation strategy for possible status updates (from status purchased to status cancelled and so on) in in-app billing which is a real headache, and there is a confusion:...
Lyndsaylyndsey asked 11/11, 2017 at 21:28
4
Solved
I’ve built a SaaS website with subscriptions, enabled by an external payments processor (which could be Stripe, Braintree, Paddle, etc.).
Now this website for my SaaS has been packaged in a small ...
Kurtzman asked 14/3, 2018 at 3:9
1
Solved
My question is centered around handling in-app purchases for consumables with Google's In-App Billing API. (https://developer.android.com/google/play/billing/api.html#consumetypes)
Their documentat...
Decongestant asked 18/3, 2018 at 3:33
0
I have users that have purchased items (SkuType.INAPP) from my application.
In the previously recommended implementation of in app billing the IabHelper.QueryInventoryFinishedListener would return...
Gramnegative asked 22/2, 2018 at 3:57
3
How can I get the email/ID of the Google Play account associated with an app?
I need this to show the user which account is taken into consideration for in-app billing. As far as I understood, Goo...
Mesoglea asked 21/7, 2014 at 10:39
1
Solved
I've implemented App-Licensing for InApp-Billing and now I'm getting Error.NOT_LICENSED and I have no idea what's wrong. The version I'm working on has not been published to the play store yet.
Th...
Pushup asked 23/1, 2018 at 8:1
10
Solved
My in-app billing code was working fine until I upgraded to the Android L Dev Preview. Now I get this error when my app starts. Does anyone know what's changed about L that causes this or how I sho...
Elastomer asked 29/6, 2014 at 20:39
3
Solved
I'm starting to create an APP where I can buy items from it.
Could be like this: where you can see an Image, Name of product, and Price. Well, I allready have a Sign-in with Google made with Authen...
Electrostatics asked 22/11, 2017 at 15:12
1
Solved
I'm programming in-app billing function in my app for ads free version by using google in-app billing library 1.0. And I've gone through all stages of here codelab until now. However, I alway meet ...
Claudication asked 15/11, 2017 at 12:29
3
I am trying to get the google In App Billing services to work.
I've got so far that the service is bound and connected, but once I try to fetch some data from the service it crashes with the log:
...
Pevzner asked 2/4, 2014 at 8:55
3
Solved
In the documentation for testing In-App-Purchases (IAPs) on Android, the following is stated:
First, upload and publish in-app products that you want testers to be
able to purchase. You can upl...
Hellhole asked 20/7, 2014 at 16:2
5
I have an Android app that uses In-App-Billing to sell Account Managed Items.
I tested the app with the static response IDs and everything seems to work. I now want to test the app with real prod...
Edra asked 7/9, 2012 at 12:1
2
I want to test in-app payments and I have Google Play App Signing (GPAS) enabled.
To test payments, I need an apk signed with real key (signing key in terms of GPAS).
But I do not have private ke...
Rinee asked 1/9, 2017 at 5:10
15
Solved
I am currently testing In-App Billing for a future app, and after I successfully "bought" the test item "android.test.purchased" the first time, I now receive the response code 7 every time I try t...
Dethrone asked 15/12, 2012 at 22:9
4
Solved
I implemented In-app Billing (v3) according to Android's Implementing In-app Billing guide.
All works fine, until I rotate the device, then immediately rotate it back to it's original orientation....
Hirza asked 14/8, 2013 at 4:18
1
We've noticed that are a lot of in app billing payment records on our server that aren't reflected on Google Play Order Management. After looking at the receipts, we've noticed several differences ...
Guildsman asked 16/7, 2017 at 18:38
1
Solved
I want to validate Google receipt validation but since I don't have client key, I cannot use Google API: https://developers.google.com/android-publisher/archive/v1_1/inapppurchases/get
So I do loc...
Wixted asked 27/8, 2017 at 6:37
1
Solved
I have an app published to the alpha channel, with an in-app (un)managed item that costs $1.
When I purchase normally, i.e, use a credit/debit card Google returns the correct developer payload str...
Uhhuh asked 24/1, 2016 at 18:6
5
Solved
When I tried to buy all of items, then it returns the message like bellow
"The item you requested is not available for purchase."
And logcat logs.
09-04 10:06:25.374: D/Finsky(7185): 1 Purc...
Rath asked 4/9, 2015 at 2:0
1
I have just developed and deployed an app to the Google Play Store.
As you can see, it is an alpha release. I have read that alpha releases can have their in-app purchases tested, without the te...
Aculeus asked 19/6, 2017 at 10:41
2
I'm integrating in-app billing to my Xamarin.Android application. I tested the API using Google test products (android.test.purchased and others) and it worked just fine. After doing some testing I...
Pyrethrum asked 16/10, 2015 at 22:58
2
Google says you will receive empty orderId if purchase is test purchase. But we are getting proper orderId, so the question is how to check if the purchase made is a Test Purchase or Not. And why a...
Griffith asked 26/1, 2016 at 12:37
© 2022 - 2024 — McMap. All rights reserved.