• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

in-app purchases

  1. R

    Will A Consumed IAP Still Appear in Purchases?

    I am in Android Studio. When I get my purchases it still shows a purchase I thought I had consumed. Here is my handlePurchases: void handlePurchases(List<Purchase> purchases) { String str; int numberOfPurchases = 0; for(Purchase purchase:purchases) {...
  2. R

    in-app purchase: skudetails always empty

    i'm integrating in-app purchase billing library in my app. Does in-app purchases work only on published apps?. My app is in pending publishing state. In coding part skuDetailsResponse always returing empty array. Billing client connection response code is 0. If it works only for published apps...
  3. A

    Help Clash of clans bluestack in-app purchase

    I am on blue stack trying to make an in game purchase in clash of clans and it says "Purchase unavailable! Google play store app needs to be updated" how do I update it?
  4. I

    Apps while inapp purchase using promocode developerpayload not coming

    Hi AndroidForum I am implementing inapp purchase in my app while purchasing app using promocode DeveloperPayload is not getting but while purchasing using Credit/Debit card i am able to get DeveloperPayload from google server any one can help me on this please. My Id is : <moderator...
Back
Top Bottom