java Android 应用内捐赠
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33270564/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Android in app donations
提问by Roach
I have searched and found that Google has no feature for in app donations to app developers, only in app purchase of managed goods. So many people are suggesting the use of PayPal but I read a guys post about how he implemented the PayPal donation button in his app and Google removed it from the playstore. I'm just appealing to you great developers for advice. What do I do? Is Google still removing apps cause of this? Cause the post I saw was from 2012. If Google still is, what is the best option then to support know app donations?
我搜索并发现谷歌没有向应用程序开发者提供应用程序内捐赠的功能,只有在应用程序中购买管理商品。很多人都建议使用 PayPal,但我读了一篇关于他如何在他的应用程序中实现 PayPal 捐赠按钮的帖子,谷歌将其从 Playstore 中删除。我只是向你们伟大的开发人员寻求建议。我该怎么办?谷歌是否仍在删除应用程序?因为我看到的帖子是 2012 年的。如果谷歌仍然是,那么支持知识应用捐赠的最佳选择是什么?
采纳答案by Cory Trese
According to the Google Play Developer Program Policies, you cannot accept donations or in-app purchases via any other method.
根据 Google Play 开发者计划政策,您不能通过任何其他方式接受捐赠或应用内购买。
https://play.google.com/about/developer-content-policy.html
https://play.google.com/about/developer-content-policy.html
"In-store purchases: Developers charging for apps and downloads from Google Play must use Google Play's payment system."
“店内购买:从 Google Play 收取应用和下载费用的开发者必须使用 Google Play 的支付系统。”
"In-app purchases: Developers offering products within a game downloaded from Google Play or providing access to game content must use Google Play In-app Billing as the method of payment."
“应用内购买:在从 Google Play 下载的游戏中提供产品或提供游戏内容访问权限的开发者必须使用 Google Play 应用内结算作为付款方式。”
So yes, they will still remove these PayPal apps on Google Play.
所以是的,他们仍然会在 Google Play 上删除这些 PayPal 应用程序。
You can, however, direct users to a web site that asks for PayPal donations or invites users to join your Patreon.
但是,您可以将用户引导至要求 PayPal 捐款或邀请用户加入您的 Patreon 的网站。
回答by Phil
Apparently, and according to the Google Play Developer Program Policies, one time-payments, including donations, are NOT allowed by Google...
显然,根据 Google Play 开发者计划政策,Google 不允许一次性付款,包括捐赠......
https://play.google.com/intl/en/about/monetization-ads/
https://play.google.com/intl/en/about/monetization-ads/
Here are some examples of products not currently supportedby Google Play In-app Billing:
- Retail merchandise, such as groceries, clothing, housewares, and electronics.
- Service fees, including taxi and transportation services, cleaning services, food delivery, airfare, and event tickets.
- One-time membership fees or recurring dues, including gym memberships, loyalty programs, or clubs offering accessories, clothing, or other physical products.
- One time-payments, including peer-to-peer payments, online auctions, and donations. Electronic bill payment, including credit card bills, utilities, and cable or telecommunications services.
以下是Google Play 应用内购买结算目前不支持的一些产品示例:
- 零售商品,例如杂货、服装、家居用品和电子产品。
- 服务费,包括出租车和交通服务、清洁服务、食品配送、机票和活动门票。
- 一次性会员费或经常性会费,包括健身房会员资格、忠诚度计划或提供配饰、服装或其他实物产品的俱乐部。
- 一次性支付,包括点对点支付、在线拍卖和捐赠。电子账单支付,包括信用卡账单、公用事业、有线电视或电信服务。