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?
According to the Google Play Developer Program Policies, you cannot accept donations or in-app purchases via any other method.
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."
So yes, they will still remove these PayPal apps on Google Play.
You can, however, direct users to a web site that asks for PayPal donations or invites users to join your Patreon.
I released a CC SA-BY 4.0 application at Google Play. It is totally free, no premium version, no in-app billing stuff, no ads at all.
First I had a direct link to my paypal.me account in the about section of the app. The Play Team then rejected my app because of the direct link.
Then I created a subpage on my website for contribution and donations and linked to that site in the about section of my app. My app was then rejected by the Play Team again.
Screenshot the Play Team sent me showing what's not allowed:
Now that they always reject my app, I removed the link completely, linking only to my website and I hope I am allowed to do so. Then users would have to use the menu of my wordpress website and click the contribute link if they even want to donate.
Thanks to Google for making this so hard and unfair.
I could implement an in-app billing thing with ID in Play Console and my code, but this is what the Google policy says regarding donations:
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.
I know that many devs do it anyway - they use the in-app billing. It's just pure arbitrariness that some devs get their app rejected because of things like that and others don't. But Google is a huge giant without a soul - a small dev like me can only try writing them an e-mail ... and they don't care anyway.
According to the Google Play Developer Program Policies, you cannot accept donations or in-app purchases via any other method.
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."
So yes, they will still remove these PayPal apps on Google Play.
You can, however, direct users to a web site that asks for PayPal donations or invites users to join your Patreon.
Apparently, and according to the Google Play Developer Program Policies, one time-payments, including donations, are NOT allowed by 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.
© 2022 - 2024 — McMap. All rights reserved.