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
|
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
| |||
feedback
|
|
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. | |||||
feedback
|