0
votes
1answer
16 views
Conver app purchases to In-App purchases on Google Play
I Have realesed an app for the Google Play market a long time ago.
Since then Google has added support for In-App purchases and I would like to convert my 2 seperate applications (free & full), ...
0
votes
1answer
29 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
28 views
Google Play In-App Billing Security
Here is part of Security and Design section of In-App Billing on Google's site:
Perform signature verification tasks on a server
If practical, you should perform signature verification on a ...
1
vote
0answers
81 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
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 ...
0
votes
1answer
88 views
+50
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 ...
7
votes
1answer
82 views
Unable To Purchase In App Product from Google Play
I am using in app purchase in my app, for few days back it was working however when I try to purchase through an app I'm getting following error message in dialog
"Your payment could not be ...
5
votes
2answers
113 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
44 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?
0
votes
1answer
73 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
29 views
How to implement pay app on google with purchase control
I'm trying to implements an andoird app and publish do Google Play.
In this case the user that bought the app will have 5 SMS to send. If the user wants more SMSs, he need to make an in-app purchase. ...
0
votes
0answers
88 views
Why should the nonce for Android in-app billing generated on the server?
http://developer.android.com/google/play/billing/billing_best_practices.html
As the best practices documentation suggests, I want my server to perform signature verification tasks for in-app billing. ...
0
votes
0answers
30 views
android - Is merchant order number always same?
I'm building an android application that have an google play in-app purchase feature but I want to add some security in the server side to prevent hacker to generate random order number and sent it to ...
1
vote
1answer
102 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
99 views
In-app Purchase using Android launchPurchaseFlow gives Error
I am unable to compile the following code because my method is "not applicable for the arguments" . I have take the sample directly for the Google API docs sample "TrivialDrive".
Below is my code: ...
4
votes
1answer
151 views
How to implement restore if i uninstall and install the app again
I implemented in app purchase for Google Play. I have DungeonsRedux sample. here
restoreTransactions();
I know there is a method to restore transactions. But if i uninstall my app and reinstall it ...
2
votes
1answer
118 views
Android/iphone InApp purchase data management to google play/ app store by using own website
My question will be different from development but I am stuck at this point and any help is appreciated.
I am developing an In app Purchase app for Android and iPhone using the standard API. My ...
0
votes
1answer
103 views
Android in app purchase this or that way?
I found two ways on the google pages to do in app billing
http://developer.android.com/training/in-app-billing/preparing-iab-app.html
...
2
votes
2answers
171 views
Does In App Billing support multiple accounts?
Does InApp billing (V2 or V3) works for a user who uses several accounts and makes the purchase with an account that isn't the primary one?
PD: Some explanation required, no simple Yes/No
1
vote
1answer
42 views
Andoid In App Products have disappeared in my App (They still exist on the developer console)
I've been developing an app which uses in app purchases. I'd been successfully querying the Google Play app with the SKUs in my app, getting prices and descriptions back etc.
I was attempting to ...
2
votes
2answers
367 views
Android In-app billing v3 is not returning the correct localized price (getSkuDetails)
I am trying to test the getSkuDetails method in Android In-app billing v3 API with different local prices.
I have used the sample application provided by Google (TrivialDrive), and modified it to ...
4
votes
1answer
424 views
Android in-app purchase crashing after payment
I have implemented in app purchase in my app I have used "TrivialDrive" example for version 3 of in-app billing, I have tested app by using static responses all works as expected.
But when I download ...
0
votes
0answers
131 views
Android Inapp billing - Play Store keeps sending PURCHASE_STATE_CHANGED
I have implemented inapp billing in my app some time ago, so it's not the v3 API, but the v2.
When I try to buy an unmanaged item I get charged and everything goes fine, my app then shows a dialog ...
1
vote
0answers
117 views
currency symbol to iso code on Android
Is there any way to convert a currency symbol to the corresponding ISO code in Java/Android?
I have seen that Google Play in-app billing APIv3 can send us the item price including the currency ...
4
votes
1answer
206 views
Remove “Thank you. Your item will appear shortly.” toast from appearing after InApp Purchase
After I make a IAP purchase a Toast pops up (Thank you. Your item will appear shortly). Seem as if though this is coming from the Google's Market/Play client since I certainly don't have any code that ...
1
vote
2answers
310 views
Android In-App Billing list of available products
Is it somehow possible to get a list of all available products from the Play Store?
What I want to do is to get all available items and then show them in a ListView. Whenever someone taps the ...
2
votes
1answer
826 views
Android In-App Billing v3 availability on various devices
I have developed simplest app, which implements Android in-app billing v.3
Testing it on various devices I have found that it works not for all of them with API level >=8 (as it claims Google's ...
3
votes
3answers
3k views
in-app billing doesn't work: “IAB Helper is not set up”
I tried to include in-app billing in my app and for the purpose of testing, based the whole procedure on the "TrivialDrive" example for version 3 of in-app billing (and implementing the unmodified ...
1
vote
2answers
156 views
Smart ways to implement Google Play billing
I currently have a free app published on Google market.
What I'd like to do is to offer ways to unlock additional views (app windows) if a user is interested in additional feature sets. Obviously I ...
3
votes
1answer
213 views
Problems with Android billing sample app
I followed all of the steps for running the Android billing sample app in http://developer.android.com/google/play/billing/billing_integrate.html#billing-download
I succeeded to buy an item, but ...
0
votes
1answer
111 views
For in app purchases on Android, does the app have to be installed from Google Play?
In order to use in app purchases on Android does the app have to be distributed via Google Play? To clarify, there are two questions:
If I create com.my.app and distribute it both via the Google ...
1
vote
0answers
1k views
How to resolve google play payment error?
I have been developing android app,Which has subscription enabled via in app billing.I tried to test the subscription with two gmail account, but when every time I tried to test it says that “Your ...
1
vote
1answer
101 views
Google play inapp
i have implemented google play successfuly....and its working fine.....but when i close my application after using...and after few minutes of closing application...error is given that"APPLICATION HAS ...
1
vote
2answers
558 views
android inapp purchase product price in local currency
Is it possible to get product price in local currency from the app itself. For example if I am selling Product1 with price of 1$ through Google Play In App billing. A customer from UK clicks on a ...
0
votes
1answer
64 views
App Store/Google play In-app purchase Subscription send Email to customers in every renewal period?
I'm developing a mobile app with Apple/google in-app purchase (auto-renewal)subscription services which I wonder if my server needs to send email to notify when approached every renewal period...
...
2
votes
3answers
545 views
In App Billing the same version requirement
Does the final published app requires the same version for In-App Billing as the testing one:
the version number of the uploaded application must match the version
number of the application you ...
0
votes
1answer
472 views
In App Purchase Android : No Response from Google Play while purchasing an already purchased product
I am testing in-app-billing on Android. I am able to purchase the managed products and I get the expected response from the server. However when I try to re-buy the managed product from same device , ...
1
vote
1answer
372 views
In-app billing. How to store information that user has paid?
There was a similar subject here
Okay. We can find out about user's purchase using RESTORE_TRANSACTIONS request to Google Play.
But. It is written in documentation that
" You should use the ...
0
votes
0answers
171 views
In-App purchase Android issue, Google Play is not returning Order ID
I've successfully managed to implement In-App Billing in Android.
The only problem that I 'm having is when I used restoreTransaction() method to ask Google to return the order id with Signed Data ...
4
votes
1answer
159 views
What user identity should be used to collate in-app purchases from Google Play?
When using in-app billing with Google Play you receive a PURCHASE_STATE_CHANGED broadcast intent containing information about the purchase. At that point you
Verify the purchase (possibly on your ...
7
votes
1answer
259 views
Android In-App-Purchase of Plugins?
I'm working on an Android app which requires plugins. These plugins are essentially asset packs for my application to use. I'll probably be creating most of these asset package plugins initially, ...
2
votes
1answer
303 views
Testing of in-app purchases on several devices
I have followed google instructions for implementing in-app purchases service.
I was provided access to Google Play developer console as invited user.
I took private key from it, and added my ...
1
vote
3answers
375 views
Android In-App purchases with extra infomation
I ask this question expecting the answer to be 'not possible', as I have attempted to research this already and found no fruit! I thought that I would give the community a chance to weigh in however.
...
0
votes
0answers
156 views
Google play receipt verification failing
I do purchase receipt verification from server for android in app purchases. I noticed that since market is changed to Google Play, all of my public key verifications are failing. I've not changed my ...
1
vote
2answers
818 views
Android In app crash after purchase
My Android application crashes after purchases.
and in logcat it shows this error:
Unable to start receiver com.blundell.test.BillingReceiver: java.lang.NullPointerException
This is my Logcat:
...
1
vote
2answers
2k views
“Billing not supported” error in Google Play
Firstly I have been googling for goodness knows how long and have followed several other question's answers to no avail.
I have an Android application with in-app purchases, using the test keys ...
4
votes
1answer
381 views
getting a 500 error when using google purchasing REST API
I'm developing an android app that uses Google Play's new subscription feature. Part of my app consists of a web server that periodically checks the status of these subscriptions via an API call. It ...
0
votes
0answers
94 views
how to Create an Android In-app Products
With Reference of
http://developer.android.com/guide/google/play/billing/billing_admin.html#billing-list-setup
this link for create in-app product
but when i logged in with my developer account id ...
1
vote
1answer
716 views
Google play API returns error
i am getting the same issue as described in this post
. we have used almost exactly the same code. i have tried both with Client ID and Email address of the google service account in below mehotd
...
1
vote
1answer
197 views
intermittent erros with android (google play) in-app purchase
Some people trying to do in-app purchase within my Android game report that they can never complete the purchase -- that they always get an error message. (I.e., The market app reports an error to my ...


