Questions tagged [in-app-billing]
In-app Billing, a service provided by Android operating system.
2,516
questions
0votes
2answers
428views
Android In-app Billing network access
I would like to know if the in-app billing api needs to have internet access when checking if the user have purchased an item or not.
I want to sell game levels using the in-app billing but don't ...
3votes
1answer
1kviews
Google In-App billing returns RESULT_BILLING_UNAVAILABLE when Market is not working
I have this minor issue on my head - I've integrated Android Market In-app Billing in py project using the official sample "Dungeons".
It's working smoothly for now, I've discovered only one small ...
2votes
1answer
426views
android- in app billing
I am looking to develop an application where the price of an
application varies.
For instance, the application costs $10 for 6 months, $20 from 6
months to 1 year, and $30 after 1 year.
1. is it ...
2votes
1answer
2kviews
Android In app billing security module in a remote PHP server : do I have to rewrite all the JAVA code
I am developing an in app billing application for Android
In this sample, the security module is hosted in the android device
I’m trying to implement the security module of In App Billing of this ...
7votes
1answer
2kviews
How can I manage in-app billing transactions on an external server securely?
I'm attempting to implement a system for upgrading/unlocking various features of my app using "managed" purchases with in-app billing, and I'm getting bogged down by the lack of in-depth documentation ...
0votes
1answer
1kviews
Billing in app issue
I am developing billing-in-app module. But still having some issues.
1) I've implemented License Verification Library(LVL). All done like sample application and tested successfully. But I got error ...
11votes
1answer
2kviews
Android In App Billing DEVELOPER_PAYLOAD not coming through
I've been playing around the the Dungeons app and also my own billing code and pretty much have everything working except for one strangeness.
It seems that no matter what I do I can't get the ...
24votes
2answers
5kviews
Donate via in-app billing
Is it possible to donate money via in-app billing?
If not, how can we implement donation from inside an Android app? Please share a few hints.
Thanks
4votes
2answers
695views
Is it possible to merge an existing lite and a full version (inside the lite version plus in-app billing)?
I have two apps on android market:
1) LITE/FREE - with ads and less content
2) FULL/PAID - without ads and full content
Is it possible to merge them together inside the LITE app using the in-app ...
18votes
2answers
9kviews
How do I verify Android In-app Billing with a server with Ruby?
I am having trouble figuring out how to verify Androind In-app Billing purchases with my Ruby on Rails server.
http://developer.android.com/guide/market/billing/billing_integrate.html
I think that ...
5votes
3answers
1kviews
Billing-in-app error
I am trying to test in-app-billing. But when I purchase a good digital, I am getting error message that "A server error has occurred. Retry, or cancel and return to previous screen".
Can you suggest ...
4votes
1answer
646views
android inapp billing
i am currently testing android inapp billing.i got code from developer site.
and i followed all the instruction given in developer site.
1)uploaded apk file as draft in market
2)created product ...
1vote
1answer
348views
Android Market Licensing service
I am trying to make module in-app-billing for my application. There is one thing I want to know before develop in-app-billing module.
: Do I need to integrate the Licensing Verification Library in my ...
6votes
1answer
11kviews
Android In-App Purchase
Presently I am developing one application in android.I want to implement in app purchase in my app when i click a button.
Please help me with simple example to implementing in app purchase for our ...
1vote
1answer
1kviews
Get Android Market InApp Billing Product Lists
Is there a way (maybe undocumented) to request my Android Market InApp Billing Product List (listing name,description and value of my items) via the In-app Billing Service API? I checked the available ...
53votes
9answers
52kviews
Implementing In App purchases in Android?
Edit: Android now supports in-app billing!
Original question:
It looks like Android won't natively support in-app purchases for a while, and when it does there might be a huge user base with devices ...