Questions tagged [android-billing]

Android In-app Billing is a Google Play service that lets you sell digital content from inside your applications.

You can use the service to sell a wide range of content, including downloadable content such as media files or photos, virtual content such as game levels or potions, premium services and features, and more. You can use In-app Billing to sell products as:

Standard in-app products (one-time billing), or

Subscriptions, (recurring, automated billing)

Useful links

475 questions
0
votes
1 answer

InAppBilling pricing list without ProductID's

Am working on a Android Application where contents has to be sold within the Application(native), I has found InAppBilling Api serves the purpose, but within InAppBilling pricing configuration we may have to configure the individual id's for all…
0
votes
1 answer

Is it possible to get single item SKU details, by single productID?. (Android, IabHelper)

I want to get single SKU details (Not ArrayList) using IabHelper, by putting single productID putString() (not putStringArrayList) ... final int API_VERSION = 3; final String PACKAGE_NAME = mContext.getPackageName(); Bundle…
Narek Hayrapetyan
  • 1,731
  • 15
  • 27
0
votes
1 answer

Google IAB helper bindService crash

I'm getting the following exception: Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{myapppackage2/myapppackage.ui.MainActivity}: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent {…
4ntoine
  • 19,816
  • 21
  • 96
  • 220
0
votes
1 answer

Is Purchases.products use for "Managed In-app Products" in google play api

In this, product type has two. If type is "managed in-app products", we can use Purchases.products this method, if not, we can't use that, is that right?
wawa
  • 616
  • 5
  • 14
0
votes
1 answer

Is it possible to verify the developer payload on a server?

I'm building a backend to an Android app with In-App Billing. Google recommends setting a unique developer payload for verifying purchases. I'm planning to generate this payload on device at the time of purchase and store it on my backend server…
Zach Rattner
  • 20,745
  • 9
  • 59
  • 82
0
votes
1 answer

Android - Listing of all in app Google purchaseable items for an app - Does it still not exist?

I've seen this asked 2 and 3 years ago without a simple solution of how to query for all of the items in my in app purchase dashboard. With it being 2016 is there a way to do this now. I still don't see anything in the doc of how to query all of…
justdan0227
  • 1,374
  • 18
  • 48
0
votes
2 answers

Error:Execution failed for task ':android:compileDebugAidl'

I got the error while compiling my Android Code. Can anyone help me with the code. Following is the logo - (for privacy i removed the path and name it as path) Error:Execution failed for task ':android:compileDebugAidl'. >…
Anu Sha
  • 21
  • 4
0
votes
2 answers

How do I add in-app purchase to a published app in play store and test it before going into production?

Before asking this question, I have read the developer notes on android developers site and also watched the Google IO video. I have also seen the question posted on SO. Since the question has been asked long ago and its answers are also pretty…
Green goblin
  • 9,898
  • 13
  • 71
  • 100
0
votes
0 answers

Android In-app billing subscription verification failing

I have an Android app which makes use of Android In-App Billing V3 to make subscription purchases. Once the subscription is purchased in the app, information is sent to server which verifies the signature and purchase token and gets additional…
0
votes
1 answer

Testing IAB returns "Authentication is required. You need to sign into your Google Account"

For the App I am working on I am using In App Purchases. I am now trying to test it but when I try to purchase something I get the error: Authentication is required. You need to sign into your Google Account I already created a signed APK,…
Bart Bergmans
  • 4,061
  • 3
  • 28
  • 56
0
votes
1 answer

How to debug in-app billing on Android 4.1 and 4.2?

New to Android dev and I have this very annoying, and familiar problem. Short version: how can I test my app on multiple physical devices w/o buying them? Specifically, I'm trying to test on 4.1 and 4.2 running devices. I can't use an emulator…
player87
  • 1,781
  • 1
  • 14
  • 21
0
votes
1 answer

Google IAP response: -1003:Purchase signature verification failed

My goal here is to implement an In-app purchase in my app and also to check if Users owns an item as each app launch. Below is what I have tried so far and the issue I am seeing. This is the code in my main LAUNCHER Activity. I am using…
user1406716
  • 9,565
  • 22
  • 96
  • 151
0
votes
1 answer

Android Cannot resolve method startIntentSenderForResult()

i try to follow the tutorial from this page http://developer.android.com/google/play/billing/billing_integrate.html but i have a little problem when i try to use the method startIntentSenderForResult() and i don't understand why, it says that he…
user3659739
  • 434
  • 6
  • 19
0
votes
0 answers

How to implement app purchase in Android app?

There is a free android app, but user purchases additional service packages in the app for 3,6 months or a year. As far as I understood, I need to keep variable, which is false by default and after launch I make QueryPurchases…
0
votes
1 answer

App In Billing: Alpha Test - After bought item, is possible to check if item is purchased? In Aplha test mode

My in app billing is working normal with my tests. But using my item SKU and after a success purchase on ALPHA test mode seems that my check if the item was purchased is not working. Someone knows if the check if an item was purchased works on APLHA…
JonasOliveira
  • 694
  • 8
  • 26