-4

Is this possible in the InAppBilling V3? I want to have a donate button and the user can edit the price he will pay?. Any Suggestion on how to do this?

As you can see on the screen but it will ask for a default price.

enter image description here

The One
  • 1,085
  • 6
  • 13
  • 25
  • 1
    I'd just create a bunch of "products" with a random interval. Like, $1, $3, $5, $10, $20... and so on. :) – karllindmark Feb 09 '14 at 23:07
  • Please explain for the downflag? to make my question good in the future? or else you are just a troll or just preventing us newbies to improve. Thanks. – The One Feb 09 '14 at 23:08
  • @ninetwozero so do you mean that this is not possible? like the price is variable? – The One Feb 09 '14 at 23:09
  • 3 down vote may be an explanation please? Thanks. I'm a newbie here. – The One Feb 09 '14 at 23:28
  • Have a look at this SO-Question: http://stackoverflow.com/questions/16265202/play-store-in-app-billing-custom-price-progammatically it is not perfectly the same situation, but he wants to achieve the same target. – Murmel Feb 09 '14 at 23:46
  • @user1885518 thanks you very much. I therefore conclude that it is not possible. I think you can answer this question as not possible. – The One Feb 09 '14 at 23:50
  • Please downvote more and no explaination why the downvote. It helped a lot. Thanks. – The One Feb 10 '14 at 05:00

1 Answers1

1

After looking into it a bit more, I've noticed that it's currently not possible to achieve. However, I'd recommend that you instead set up a bunch of "in-app products" with various amounts, something like this:

$1, $3, $5, $10, $20, $50... and so on.

Just my two cents. :)

karllindmark
  • 6,031
  • 1
  • 26
  • 41
  • I think google should update the billing that include the donation. Because I think they will banned you if you use paypal etc. – The One Feb 10 '14 at 01:54