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

link|improve this question

I know that Marketplace takes 30% on purchase, so I am looking for something very close to a real donation. – sandalone May 14 '11 at 10:18
feedback

1 Answer

up vote 5 down vote accepted

There isn't really a mechanism for doing donations in in-app billing. Anything you sell needs to be sold as virtual goods - fixed products with fixed prices. It is possible to sell "unmanaged" items which a user could buy over and over again but it'd be really in-convenient for your users.

What you might want to look into is the PayPal in app payments library.

https://www.x.com/community/ppx/xspaces/mobile/mep?view=overview

If you're not selling virtual goods I think it'll give you more flexibility - for instance your users can input the amount they're willing to donate + you can do recurring payments with it ;). Also, it's MUCH easier to integrate with your app than the in-app payments system.

link|improve this answer
3  
Also don't waste your time in implementing in-app payments by Android sucks badly; because it will waste much of your time .... I still don't get whey they made it too difficult for developer to implement. Going for PayPal just add jar and invoke some methods and done... wow :) – Algo May 30 '11 at 12:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.