Questions tagged [android-billing]

Android In-app Billing is a Google Play service that lets you sell digital content from inside your applications.

You can use the service to sell a wide range of content, including downloadable content such as media files or photos, virtual content such as game levels or potions, premium services and features, and more. You can use In-app Billing to sell products as:

Standard in-app products (one-time billing), or

Subscriptions, (recurring, automated billing)

Useful links

475 questions
0
votes
1 answer

Android - testing inapp billing, not sure how to enable products and test with test account

I have tested on my own device using the adb tool and the program seems to work ok. I created a test account which I added inside my developer console. But When I try to log into the developer console using my test account, Google play tries to get…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
0
votes
1 answer

What is the response for RESTORE_TRANSACTIONS in case of subscription bought twice?

I can't test this myself, because there is no way to completely terminate subscription, apparently. So, I want to test the following use case: user buys subscription, cancel's it (or it expires), than user buys same subscription. What will I get…
0
votes
1 answer

Android in-App purchase Item not found

i tried to implement in app purchase in adroid. I have everything set up correctly... I use following code : public void onClick(View v) { switch (v.getId()) { case R.id.main_purchase_yes: if(BillingHelper.isBillingSupported()){ …
Radim Halfar
  • 147
  • 1
  • 12
0
votes
2 answers

In-app billing verification. Does server side code example exist somewhere?

A lot of people ask how to write server side code for in-app billing verificartion. Can anybody publish such code? Or know where such code is. How to install in on the server? There are similar subjects I could not understand it. I don't know php.…
nms
  • 577
  • 1
  • 10
  • 27
0
votes
2 answers

Strange error with in app purchase

I have a strange issue with the in-app purchase in one of my apps. Some months ago it worked perfectly... When I try to make a purchase with my own, real phone (android 2.3.5) in my app, Google Play opens, and then show a message box "You already…
B.H.
  • 41
  • 8
0
votes
1 answer

Android - to test in-app billing do I need to release a test application to android market?

I am reading this tutorial http://developer.android.com/guide/google/play/billing/billing_testing.html and it is really confusing me :) In one part of the tutorial, it discusses that I should make a test app and release it into google play. And in…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
-1
votes
1 answer

Question about Billing of Google Cloud Projects

I am here because I have a question about the billing of the google cloud project. First of all I am still a student and I am developing my own mobile application which needs an access to the google maps and maps directions api. My problem is a…
Mr. Baks
  • 297
  • 2
  • 6
  • 20
-1
votes
1 answer

Must I use Google play billing library if i want to sell an ad space directly to advertisers?

I want to sell an ad space in my Android app that's on play store. I want to sell it directly to advertisers who will need to pick the target for their ads, Is it a must to use google play billing library to get payed for the adspace or i will be…
-1
votes
1 answer

What is returned by queryPurchaseHistoryAsync?

I am looking at the new billing library for Android, can't seem to find what json is returned in a purchase object by this method. Can someone point me at a reference?
-3
votes
1 answer

How do I use the base64 for in-app billing and do I need that?

I've been trying to program a working shop system for days, but I see that the Billing Client is not connected. Toast message here is error connecting to billing. Where is the mistake? Do I need a help class? In many instructions it is said that…
1 2 3
31
32