Android 在应用捐赠中
Android in app donations
我搜索了一下 Google 没有应用内向应用开发者捐赠的功能,只能在应用内购买托管商品。很多人建议使用 PayPal,但我读到一个人 post 关于他如何在他的应用程序中实现 PayPal 捐赠按钮并 Google 从 playstore 中删除它。我只是向你们这些伟大的开发者征求意见。我该怎么办? Google 是否因此仍在删除应用程序?因为我看到的 post 是 2012 年的。如果 Google 仍然是,那么支持知道应用捐赠的最佳选择是什么?
根据 Google Play 开发者计划政策,您不能通过任何其他方式接受捐赠或应用内购买。
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."
"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 上删除这些 PayPal 应用程序。
但是,您可以将用户引导至要求 PayPal 捐款或邀请用户加入您的 Patreon 的网站。
显然,根据 Google Play 开发者计划政策,Google...
不允许一次性付款,包括捐赠
https://play.google.com/intl/en/about/monetization-ads/
Here are some examples of products not currently supported by 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 发布了一个 CC SA-BY 4.0 应用程序。它是完全免费的,没有高级版本,没有 in-app 计费的东西,根本没有广告。
首先,我在应用程序的“关于”部分有一个直接 link 到我的 paypal.me 帐户。 Play 团队随后拒绝了我的应用程序,因为直接 link.
然后我在我的网站上创建了一个用于贡献和捐赠的子页面,并 link 在我的应用程序的“关于”部分中转到该网站。然后我的应用再次被 Play 团队拒绝。
Play 团队发给我的屏幕截图显示了不允许的内容:
现在他们总是拒绝我的应用程序,我完全删除了 link,只 linking 到我的网站,我希望我被允许这样做。然后用户将不得不使用我的 wordpress 网站的菜单并单击贡献 link 如果他们甚至想捐赠。
感谢 Google 让这变得如此艰难和不公平。
我可以在 Play 管理中心和我的代码中使用 ID 实施 in-app 计费,但这是 Google 政策关于捐赠的规定:
Here are some examples of products not currently supported by Google Play In-app Billing:
...
One time-payments, including peer-to-peer payments, online auctions, and donations.
我知道很多开发者都会这样做 - 他们使用 in-app 计费。一些开发者的应用程序因为这样的事情而被拒绝,而其他人则没有,这纯粹是武断。但是 Google 是一个没有灵魂的巨人 - 像我这样的小开发者只能尝试给他们写一个 e-mail ...他们根本不在乎。
我搜索了一下 Google 没有应用内向应用开发者捐赠的功能,只能在应用内购买托管商品。很多人建议使用 PayPal,但我读到一个人 post 关于他如何在他的应用程序中实现 PayPal 捐赠按钮并 Google 从 playstore 中删除它。我只是向你们这些伟大的开发者征求意见。我该怎么办? Google 是否因此仍在删除应用程序?因为我看到的 post 是 2012 年的。如果 Google 仍然是,那么支持知道应用捐赠的最佳选择是什么?
根据 Google Play 开发者计划政策,您不能通过任何其他方式接受捐赠或应用内购买。
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."
"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 上删除这些 PayPal 应用程序。
但是,您可以将用户引导至要求 PayPal 捐款或邀请用户加入您的 Patreon 的网站。
显然,根据 Google Play 开发者计划政策,Google...
不允许一次性付款,包括捐赠https://play.google.com/intl/en/about/monetization-ads/
Here are some examples of products not currently supported by 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 发布了一个 CC SA-BY 4.0 应用程序。它是完全免费的,没有高级版本,没有 in-app 计费的东西,根本没有广告。
首先,我在应用程序的“关于”部分有一个直接 link 到我的 paypal.me 帐户。 Play 团队随后拒绝了我的应用程序,因为直接 link.
然后我在我的网站上创建了一个用于贡献和捐赠的子页面,并 link 在我的应用程序的“关于”部分中转到该网站。然后我的应用再次被 Play 团队拒绝。
Play 团队发给我的屏幕截图显示了不允许的内容:
现在他们总是拒绝我的应用程序,我完全删除了 link,只 linking 到我的网站,我希望我被允许这样做。然后用户将不得不使用我的 wordpress 网站的菜单并单击贡献 link 如果他们甚至想捐赠。
感谢 Google 让这变得如此艰难和不公平。
我可以在 Play 管理中心和我的代码中使用 ID 实施 in-app 计费,但这是 Google 政策关于捐赠的规定:
Here are some examples of products not currently supported by Google Play In-app Billing: ... One time-payments, including peer-to-peer payments, online auctions, and donations.
我知道很多开发者都会这样做 - 他们使用 in-app 计费。一些开发者的应用程序因为这样的事情而被拒绝,而其他人则没有,这纯粹是武断。但是 Google 是一个没有灵魂的巨人 - 像我这样的小开发者只能尝试给他们写一个 e-mail ...他们根本不在乎。