Tagged Questions
0
votes
1answer
33 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 ...
1
vote
0answers
21 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
24 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 ...
0
votes
2answers
25 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
31 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
33 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
25 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
1answer
49 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 ...
0
votes
1answer
90 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 ...
1
vote
0answers
91 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 ...
0
votes
1answer
83 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
0answers
29 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
40 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 ...
1
vote
1answer
106 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
20 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 ...
0
votes
1answer
48 views
Android in-app billing subscription verifying
I would like to verify subscription on my server, but I get invalid_grant error when I try to get access token.
I use that code in php on my server:
$refreshToken = '4/cTphJ...';
$clientId = ...
0
votes
0answers
105 views
Protection from Freedom
Just tried the Freedom app on our application and I could bought every in app purchase item with it. At least when running the Play Store 3.x.
If I upgraded the play store to 4.x than the Freedom hack ...
0
votes
2answers
66 views
Play Store In-App Billing custom price progammatically?
Tricky question
My application is used to buy journey tickets. The ticket price is different everytime. Can I use In-App Billing to make the user pay a custom price everytime ? If so how ? i.e. can I ...
0
votes
1answer
34 views
In App Purchase currency update
I'm having a problem. When I put up an in app purchase item (lets call it item_x) I set the USD price at 1.99
Now my major problem is that since I sell in several countries (those that have iap ...
5
votes
2answers
120 views
Google Play in-app billing giving an item for free
I already have a completely free app published at Google Play store.
Since the app is more popular than I have thought, I decided to lock some of the features and demand in-app billing before using ...
2
votes
0answers
87 views
With new in-app billing, com.android.vending.billing.PURCHASE_STATE_CHANGED intent is no longer being sent
My Android app makes in-app purchase using the OLD (V2) version of Android's in app billing architecture. I am not able to update my clients to V3 just yet. However, on some phones, a new "checkout ...
-3
votes
0answers
32 views
Android: In app purchases [closed]
I am new to android, and want to get knowledge about in app-purchase. As i need to develop an application including this. I read the android document but i am not getting it properly. So please guide ...
0
votes
0answers
52 views
What could cause getSkuDetails() to return null?
I recently lost the keystore for my Android application (before it was published) so I needed to create a new application on the Play store developer console, change my package name, and etc.
After ...
0
votes
0answers
20 views
Testing inapp billing using published packagename
I have a published application and an application that is needed to be tested to work with inapp billing. I changed packagename of the second one to packagename of the first one and added my account ...
0
votes
1answer
108 views
android billing v3 - onActivityResult gets not called
when trying to buy a product it works (when i restart my app and querry iab for purchased products, it counts as purchased).
the problem is, after the user clicks buy in the market gui ...
-2
votes
0answers
17 views
Trial runs with In-app-billing [closed]
I am building an app for a client that will have 30 days of content for free, thereafter you are required to buy a subscription via in app store purchases.
1
vote
1answer
164 views
Server side verification of Google Play in-app billing version 3 purchase (part 2)
So I thought I understood how in-app billing and server-side verification works thanks to an answer to a previous question of mine but now that I think of it I'm still lost...
This is what I have and ...
0
votes
1answer
48 views
Android InApp billing V3 - Subscription validation
In the documentation of the Android InApp billing is written With In-app Billing Version 3, the failed or expired subscription is no longer returned when you call getPurchases.
What does this exactly ...
-2
votes
0answers
47 views
How do I provide a seven days free trial application subscription and after this manage payment in Android? [closed]
How do I provide a free trial and manage unsubscribe and after the free trial get payment for Android application in Google Play?
3
votes
1answer
306 views
Server-side verification of Google Play In-app billing version 3 purchase
I'm unable to find a straight answer as to how I verify an in-app billing purchase on the server before making downloadable content available to the user.
I use in app-billing version 3. I purchase ...
0
votes
1answer
39 views
Google Play Licensing (Subscription Based)
I'm about to complete my android application..
I have a query regarding the application licensing and I want to charge the users on yearly basis (Subscription pattern) for the application.
Is it a ...
2
votes
0answers
48 views
Which Android appstores support in-app purchases (aka in-app billing)? [closed]
I have my Android game with in-app purchases. It uses Google Play IAB API 3.0. I want to publish it to other Android appstores. I understand that I will need to change my program to supports their ...
0
votes
1answer
74 views
Android In app billing purchase history query
I am building an app that I want to use Google in app billing for. Does Google track in-app purchase history for me, so that I can query history and get data, say, by date or by item, etc. Or must my ...
0
votes
0answers
31 views
Issue in Google In App Billing
InAppBilling module does not call onActivityResult of activity object passed in 'launchPurchaseFlow()' method. It happens only when user leave the application on 'Accept & Buy' Screen after Inapp ...
0
votes
0answers
168 views
How to use nonce with Google in app billing api V3
I am trying to implement in app purchase in my android application. I am using In app billing API v3 for implementing IAP (in app purchase). For reference I am following Google provided trivialdrive ...
0
votes
1answer
100 views
Google receipt format for purchases made using Google play on Android
I am trying to implement in app purchase in my application. I am trying to use test ids for checking the flow.
when I pass android.test.purchased as item SKU to purchase, I get following response as ...
4
votes
3answers
419 views
Does Google Play In-App Billing Version 3 support refunds?
I've gotten IAB v3 working and I was able to make a purchase for a managed item. However, to continue developing and testing I wanted to refund the purchase so I could try making the same purchase ...
0
votes
0answers
63 views
in app purchase complete method doesn't fire
I want to use in app purchase in my application. I was on target with examples. Everything works normally until completing in app purchase. I can buy the product. it should call the handler after ...
0
votes
1answer
45 views
Using code to buy in app products in Android app? [closed]
I have been working on an app and is live on google Play. This app consist of in app products which uses IAB v3 . In the new update I want that the user may buy the product from our website and get a ...
0
votes
1answer
122 views
Android In-App Billing: Is there a way to get purchases for a specific account?
With Android In-App Billing IAB 3, the API can query the current purchases using getPurchases().
If the device has multiple Google accounts, what is being returned?
All purchases for all accounts?
...
1
vote
1answer
106 views
Google In app Billing V3 ERROR Code
In app Billing v3 returns Response Code (BILLING_RESPONSE_RESULT_USER_CANCELED:1) -1005 in more than one scenario.
Launching the purchase flow opens the Google Play-like UI. Whenever an error happens ...
0
votes
0answers
39 views
Android InApp Billing/Subscription recommendations
I'm working on an Android app where I will use InApp Billing to enable subscription of individual players and information regarding them. The subscription can be either weekly, monthly or annually. ...
0
votes
1answer
49 views
In app billing for multiple users in android application
Is it possible to use google's in app billing mechanism for purchasing subscriptions for multiple user in my application? I have login/register mechanism implemented on my own server and users can ...
2
votes
0answers
112 views
In-App Purchase Refunds
I looked for other question about this but there are some things that aren't very clear to me.
So I am asking my own question:
Currently, my Application stores SharedPreference if a User bought an ...
0
votes
1answer
62 views
INApp Purchase (ios 6) how to create kStoredData @“com.emirbytes.IAPNoobService”
We are using InApp Purchase Tutorial "http://xcodenoobies.blogspot.in/2012/04/implementing-inapp-purchase-in-xcode.html".We don't no how to create kStoredData @"com.emirbytes.IAPNoobService"
Tell ...
1
vote
1answer
74 views
ios 6 InApp Purchase SKPaymentTransaction dose not work method
I am using following Code:
But error is: Switch case is in protected scope on case SKPaymentTransactionStateRestored:
also
case SKPaymentTransactionStateFailed:
and
default:
anybody solve this ...
0
votes
1answer
82 views
android in app billing security non-consumable items
Android doc says about the developer payload:
but for non-consumable items you should use a string that uniquely identifies the user.
How?
I can read for example the phone number but then I need ...
2
votes
1answer
132 views
Under What Conditions are In-App Billing Version 3 Server Changes Made Available on Client Devices?
Testing In-App Billing Version 3 has been made unpredictable by the fact that the Google Play app buffers data from the Google Play servers, and the buffering process is not well-documented. In ...
0
votes
0answers
94 views
Android: in app billing wrong static responses?
I am trying to test V3 of the in app billing, I want to test the server response codes from here
http://developer.android.com/google/play/billing/billing_reference.html
I do a
Bundle ...
2
votes
0answers
61 views
Google play store is giving extra credits to user? [closed]
We are using server side validation for validating in-app subscription in play store. Google returned such a response for one of the requests -
{
kind: "androidpublisher#subscriptionPurchase",
...

