Questions tagged [in-app-billing]

In-app Billing, a service provided by Android operating system.

In-app Billing is a service allowing developers to sell digital goods from inside the application.

Similar technology for is called In-app Purchase.

2597 questions
1
vote
0 answers

Can a consumable inapp purchase be verified after it is consumed

The documentation states all inapp products are managed now. However, you must still make a distinction of whether your inapp product is managed or not when you set it up, so it appears there is still a difference. Thus I've been setting up…
Androidcoder
  • 4,389
  • 5
  • 35
  • 50
1
vote
0 answers

Does Apple communicate with App Provider/Devs before providing refund to a customer for In-app purchases iOS?

If I am the App provider & developer, one thing I did understand about the refund process is that the user can directly ask Apple for a refund. Now my question is whether Apple asks the App provider/Devs for whether the refund should be made or does…
PrasadW
  • 397
  • 6
  • 19
1
vote
2 answers

Google Inapp Billing causes UNEXPECTED TOP-LEVEL EXCEPTION after updating Android Studio and Gradle

I have a project which uses Google's Inapp Billing Service and the IABHelper classes. And everything worked just fine until I updated Android Studio to it's latest "stable" release and Gradle from 0.8.x to 1.0.x . I followed the Migrating Gradle to…
Andy
  • 151
  • 9
1
vote
1 answer

How to check the Google Play store app version

I am trying out the In-App Billing V3 from Google play. In the document below mentioned guidelines were given. I am not sure how to use the method isBillingSupported. Could you point me to any sample code.
iappmaker
  • 2,945
  • 9
  • 35
  • 76
1
vote
1 answer

Testing localized prices in Apportable's StoreKit and StoreKitAmazon

Our app was rejected by Amazon for not properly displaying the localized prices for our in-app purchase items. The reviewer said we were displaying the US prices, while displaying the British pound currency symbol. We are using the Apportable SDK…
cyanware
  • 163
  • 7
1
vote
1 answer

Android in-app purchase setup keeps returning - Billing service unavailable on device. (response: 3:Billing Unavailable)

I'm trying to implement In-app billing in an app currently on google play store. I keep getting the same result for any device running the app. (I have read the tutorials and all the questions here with no help) For testing, I am uploading a signed…
Elad Hackim
  • 23
  • 1
  • 4
1
vote
0 answers

mservice NPE on Android 5.0 devices

I'm having an issue similar to the question found here: Google In-App billing, IllegalArgumentException: Service Intent must be explicit, after upgrading to Android L Dev Preview. I have tried the solution in the suggested…
ez4nick
  • 9,756
  • 12
  • 37
  • 69
1
vote
1 answer

Paypal instead of in-app purchase/billing on Android and iOS

I'm somewhat confused by the terms of the developer content policy (here). Is it possible to use Paypal (or any alternative paying method) instead of in-app purchase (iOS) and in-app billing (Android) for a monthly-recurring PREMIUM membership on my…
Shotgun
  • 668
  • 2
  • 10
  • 24
1
vote
1 answer

In-app Billing v3: SKUs not found

I have set up in-app billing on my android application, to set up several subscriptions. I am using in-app billing version 3, with the utility classes offered through the com.example.android.trivialdrivesample.util project available through…
user3476873
  • 31
  • 2
  • 6
1
vote
1 answer

in-app billing issue with purchase of consumable

I have several apps that sell subscriptions but now I'm selling a consumable and it's not quite working right. I sell the consumable and the order does indeed go through but my code to immediately consume and provision is not working. . . public…
Dean Blakely
  • 3,535
  • 11
  • 51
  • 83
1
vote
0 answers

Verifying in-App billing v3 with IABHelper

I'm having trouble with this. I followed a tutorial online for setting it up and tested it using the test SKU. I literally just installed the SDK about 4 weeks ago so I'm not using super out-dated Google billing code. I'm using v3 of the in-app…
GregInWI2
  • 904
  • 1
  • 17
  • 26
1
vote
0 answers

Add multiple in-app products to Android app via own system/api

I have to develop an android app for a client. The client wants to sell ebooks through his app, other people should be able to add their ebooks to the app. Is it possible to add in-app products to the Google Play developer console via my own system…
Bart Bergmans
  • 4,061
  • 3
  • 28
  • 56
1
vote
1 answer

How to check if an Android in-app purchase is a test or regular purchase?

Is there a way to programmatically check if a purchase is a test purchase or a regular one? When you attempt a test purchase, Google notifies you that this is a test purchase and that you will not be charged for it. Is there a way to get that…
Simon B.
  • 2,530
  • 24
  • 30
1
vote
0 answers

Is it allowed to add and remove inapp purchases in different android app version and in iOS app?

Is it allowed to add or remove inApp purchases fuctionality with new android app version and iOS app Version? I mean suppose in version v1 inApp functionality is there, but with new release version v2 I want to remove inApp purchases functionality…
Rahul Lalit
  • 416
  • 2
  • 10
1
vote
2 answers

OpenIAB - How to get prices from inventory?

I'm using OpenIAB library to manage InApp purchases on Androrid. I'm trying to get dynamically the price set on Google Play of each item that you can purchase but inventory.mSkuMap and inventory.getSkuDetails("SKU"); returns NULL. I uploaded APK to…
rubdottocom
  • 8,110
  • 10
  • 39
  • 59
1 2 3
99
100