In-application billing, provided by Android and iOS systems.

learn more… | top users | synonyms

0
votes
0answers
13 views

Restore Transaction for inapp purchase

How to do restore transaction for in-app purchase in android for api version 2.? I have used BillingSecurity.generateNonce() in restore button click event but it returns nothing. So far i have ...
0
votes
1answer
24 views

In-app Billing v3 support

I want to know if In-app Billing v3 (IAB Version 3) is supported regardless of the Android version of the phone and the playstore version installed. If not, would a developer have to implement a lower ...
0
votes
1answer
18 views

In app billing v3 - BILLING_RESPONSE_RESULT_DEVELOPER_ERROR

I try to put in my app In app billing v3. I followed: http://developer.android.com/google/play/billing/billing_integrate.html I uploaded my app to develepors console 3 days and set in app product. ...
0
votes
0answers
15 views

Item Already Owned ERROR MESSAGE with Unmanaged Item on Google Play Store

Our android game is still under testing and not published yet. And find problem with In app purchasing. Game does have bunch of CONSUMABLE ITEMS [Unmanaged] and it usually works correctly, however, ...
0
votes
1answer
23 views

When Google Play In-app Billing V.3 is not supported

In Google Play, In-app Billing V.3 there is an option to check if it's supported on user device. Using isBillingSupported method. What do I do if it's not supported. Can I send the user to update his ...
0
votes
1answer
26 views

How to get separate price and currency information for an in-app purchase?

I am implementing in-app purchases for an app with support for several countries. The In-App Billing Version 3 API claims that: No currency conversion or formatting is necessary: prices are ...
0
votes
0answers
21 views

GSON + InAppBilling + ProGuard --> App doesn't working

I've activated proguard in my application to obfuscate my code. The problem is my activity where InAppBilling happens, does not working anymore. First I get an successful request from my own server ...
2
votes
1answer
54 views

Android in app billing v3, how to restore purchases safely?

When the user buys a product, I use a webservice to verify the purchase,to protect from replay attacks, I add a (nonce) developer payload to the purchase. It works as expected. But what about ...
0
votes
0answers
45 views

Android In-App Billing - Multiple accounts

I have a problem with In-App billing when ppl use multiple devices with multiple users. Scenario: User: Nick Device Nexus 4 and Nexus 10 Google Accounts: Nick's private Google account and ...
0
votes
1answer
29 views

Purchased subscription not returned in inventory

I've adapted the play_billing sample in the Google extras of the Android SDK to use my own app package name and public key. I was able to purchase a managed item as well as a subscription thru the ...
0
votes
0answers
16 views

Is there a limit to how many SKUs you can request details for with the Google Play IABv3 api?

I'm working on making an in app billing implementation for my companies app, using IABv3 I noticed that I was getting error code 5: Developer Error when requesting details on our whole list of ...
0
votes
3answers
38 views

Is there a way to forbid users from refunding in-app product

Right now I have my app set up so when the user completes a purchase, a TextView appears with a link to a Google Doc. If the user then cancels their purchase and gets a refund, they can easily just ...
0
votes
3answers
24 views

Cant add in-app product for testing without wallet account

Recently, I buy anDeleveloper Console account for publishing my android application. After payment (25$), I got an account and I can upload my APK file. However, when I try to add some in-app products ...
0
votes
1answer
35 views

In-App Billing v3 with Adobe Air

I'm trying to implement in-app billing (v3) for Android devices using Adobe Air with Native Extension. My problem is I don't know how to subclass default flash wrapper Activity (which is generated @ ...
-1
votes
1answer
33 views

Charging for service in an app - can I use non-in-app-purchase method? [closed]

I'm building an app where: Basic service is free. Service above a certain quantity requires credit card information so I can charge my customers monthly according to the amount they owe (metered ...
1
vote
1answer
53 views

Restore transaction inapp purchase android

How to do restore transaction in in-app billing purchase android. So far I have searched in all links. I didn't find exact infromation. I have used ...
0
votes
1answer
63 views

Android IAB V3 - Consuming Purchases

I have implemented in-app billing v3 in my Android Game, but I am having problems when I try to consume a purchase. The game is published and products can be purchased successfully, however because ...
0
votes
0answers
11 views

Android InApp purchase updates after new subscription cycle or expiration

Is the Purchase information returned by the inventoryQuery updated after the Android in-app subscription starts a new cycle or expires? I want to know if the orderID and the purchase time gets ...
0
votes
1answer
75 views

Android billing - error you own this item

I have a ndroid application with in-app billing. I want a have a subscription. i see a google sample. i introduced billing in my application. i purchase one item. but i have problem. i click a button ...
0
votes
1answer
37 views

How to activate an in-app product in Google Play Developer Console while application is in draft?

I'm trying to add an in-app product to my draft Android app that has been uploaded to the Developer Console. But since no version of the app had ever been published, the Developer Console gives me ...
0
votes
1answer
64 views

Must I use iOS in-app purchases for a service billing with variable amount each month?

The service is for a digital option within the app but users are to be billed on a monthly basis, based on the activity they have actually made. How do I make sure my app isn't rejected?
1
vote
0answers
64 views

Consuming cancelled purchases on Google Play In-app Billing

I am working on an application which makes use of Google Play In-app Billing V3 to sell an item which valid for a certain period of time. After a user makes a purchase, I send the purchase data to our ...
0
votes
1answer
20 views

Screen repeatedly flashing (reloading?) during an In-app billing screen/activity

I implemented the example from Android on how to implement the In-App Billing (IAB). Below is one of the 10 classes I had to add to my code to make this work. I thought I had it working but when I ...
0
votes
1answer
28 views

How to get user payment info in android In-App purchase

I there a way to get a specific purchase amount and currency using In-app Billing Version 3 (I mean what the user actually paid, not the purchase plan details from google)? From what I can see, all ...
0
votes
1answer
75 views

Calling C++(cocos2dx) method from java(android) for my in-app billing

I'm trying to add in-app billing in my cocos2dx-android project. I am able to give a call to java function from c++ class via jni. This is the way i give a call to my java function via jni. ...
-1
votes
0answers
38 views

In-app purchases when the country is not supported?

I'm a developer from Jordan and sadly Jordan is not listed in googles Supported locations for merchants so this means I can't deploy my in-app purchases on android. I was wondering if there is any ...
2
votes
1answer
56 views

Android In app purchase: This version of the application is not configured for billing through Google Play

When I try to run my application with in-app billing I am getting the error: "This version of the application is not configured for billing through Google Play. Check the help center for more ...
7
votes
1answer
60 views

Get the In app subscription trail period pragmatically.

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 trail period of seven days. ...
0
votes
0answers
149 views

Trivial Drive (in-app billing v3) testing with release key ended in error: “Your order could not be processed. Please try again”

STEPS TO REPRODUCE: Grab the trivial drive sample code from the sdk (google-market_billing) - versionCode:3, versionName: 1.3 Follow the steps mentioned in the README file Test the signed apk in the ...
1
vote
2answers
69 views

In-App Billing Android and bug

Good evening, everybody. I'm trying to debug the In-App Billing project. The sourse which I use, is https://github.com/blundell/SimpleInAppPurchaseV3 I'm facing the problem from time to time: ...
0
votes
1answer
120 views

Uploading draft of APK into Google Play to test In-App Billing

I want to upload a draft of an APK to test In-App Billing that I am trying to implement. I see here that I am supposed to leave the android:versionCode="" the same in order to upload my APK as a ...
3
votes
1answer
54 views

Is it possible to change owner (user) on android while debuging?

I got a problem: I'm debugging the project which uses Google Play Cloud Saving and Google Play In-App Billing. But I can't debug my code 'cos I have STATUS_DEVELOPER_ERROR (developer can't use the ...
2
votes
1answer
128 views

Making in-app purchases with an google play account different from the device primary account

Sorry if the title sound confusing. I hope that I can explain better here. We know that each device can have multiple google account of which the first created google account in the device will be the ...
0
votes
1answer
79 views

Setting up v3 of in-app billing

I have an app on the market. My next version I want to implement an in-app purchase. I have been following the (long) guide for setup of v3 of in-app billing. I completed the first 3 lessons from ...
1
vote
2answers
50 views

How to get Response after purchase item in android.test.purchase

i new in-app purchase using billing. i have Billing Helper and Billing Receiver class. how to get response code after purchase item from Billing Helper or Billing Receiver. thank.
0
votes
1answer
50 views

Android app - google in-app purchase implementation

Developing an application (android) for a band. The application is freely available in play store and in every month they will add new album ( movie ) to the application. Also user can view the ...
0
votes
1answer
47 views

How can we implement the “time-limited free” feature in Android app?

My situation is, I have implemented an in-app billing product "remove ads" in my app for 0.99. Now I wanna make it be free in a period of time for advertisement. However, google play console not ...
0
votes
1answer
68 views

In App Billing getPrice() Android

I have successfully implemented in app billing into my app which all works fine. I am now trying to retrieve the price of items (set in developer console) so that I can reflect these prices within my ...
0
votes
0answers
32 views

Security.verify returns false in v3 of Android billing

I'm trying to restore purchase using v3 of Android billing. Security.verify(public_key, signed_data, signature) returns false (Signature verification failed). At the same time, on another device with ...
0
votes
1answer
78 views

Access to Google Play Android Developer API

I want to check my subscription in-app purchase from my android app using my own server. I wrote a php script, but I am getting all the time error "This developer account does not own the ...
1
vote
1answer
256 views

“the item you were attempting to purchase could not be found” after following instructions

So I am following the instructions at http://developer.android.com/google/play/billing/billing_admin.html for testing my app for in-app billing. I have also already read In app Purchase issue in ...
2
votes
1answer
301 views

Google Play In-App Purchase returns error code -1008: null puchaseData or dataSignature

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 ...
2
votes
1answer
225 views

Failed to query inventory : Error refreshing inventory

I don't understand why i keep getting the following message when i am starting my app: Error: Failed to query inventory: IabResult: Error refereshing inventory (querying prices of items). ...
0
votes
1answer
67 views

In app Billing version2 android already own this item? Developer error

In my application i had uploaded manged item, if it already purchase then show item already own this item, but if user delete it , they can download again free if already purchased. but it giving me ...
0
votes
0answers
49 views

Issue with IABHelper for Google play IAB API V3

I am using Google Play IAB V3 for in app purchase. While launching purchase flow some times, I am getting "Billing service disconnected." in the logs. After this when I am trying to again start ...
0
votes
1answer
44 views

Remove In-App Billing test ID's history for retesting

I m testing in-app billing on test ids but once i purchase i cannot purchase it again because the response is "you have already owned product" but i need to purchase it again for testing. So how can i ...
0
votes
1answer
49 views

how to tell which version of in-app billing I am using

As far as my users go, is there a difference between using version 2 or version 3 of in-app billing in Google Play? Right now I am in the console, thinking I am using version 3. But I see three ...
2
votes
0answers
103 views

Error resubscribing to cancelled subscription

I'm working on an android app which makes in app subscriptions and if I subscribe to a product, cancel that subscription and then attempt to subscribe to it again I see this error: Error ...
1
vote
1answer
133 views

Propagation delay when changing In-app Product price & description in Google Play developer console

How long does it usually take for the price / description change made in the Google Play Developer console to take effect and propagate to devices? I have two In-App products I am testing with a ...
0
votes
0answers
28 views

Fragments getting created before billing information is fetched

I am observing a very weird behavior. I am having 4 fragments in my Activity. There is in-app billing code writter as well. Whenever i click on a fragment to view the elements inside it, the in-app ...

1 2 3 4 5 14