Android 应用程序中的 Paypal 捐赠
我知道关于这个主题已经有好几个话题了,但我想确定并知道什么是一劳永逸的。
我计划在 Android 市场免费发布一个应用程序。我想在菜单中添加一个捐赠按钮,链接到我的贝宝捐赠链接。捐赠不会对应用程序造成任何更改,例如添加额外功能。
这是允许的吗?
我读过几页,声称只要不向应用程序添加额外的功能或其他内容就可以做到这一点。其他人则说你无法绕过 30% 的费用。
我不想在官方 Android 市场上发布我的应用程序,因此我自己或在其他市场上发布它是没有选择的。
谢谢
I know several topics have come across about this subject, but I'd like to be sure and know what is allowed once and for all.
I'm planning on releasing an app in the android market for free. I'd like to add a donate button in the menu which links to my paypal donate link. Donating will not cause any changes to the app like adding extra functionality.
Is this allowed?
I've read it is on several pages, claiming that you can do this as long as you don't add extra functionalities or other things to the app. Others say you just can't get around the 30% fee.
I wan't to release my app on the official android market so releasing it by myself or on another market is no option.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
显然谷歌不喜欢贝宝捐赠按钮:
https:/ /groups.google.com/forum/?fromgroups=#!topic/android-developers/dZ2z6Hg9w_E
Apparently google doesn’t like paypal donation buttons:
https://groups.google.com/forum/?fromgroups=#!topic/android-developers/dZ2z6Hg9w_E
您可以有一个捐赠按钮:
我将其用于我的捐赠按钮,并将其设置为图片按钮:
要获取链接版本,请在设置按钮时单击电子邮件版本。
如果捐款是给你的,我会将按钮命名为“支持开发人员”
You can have a donation button:
I use this for my donation buttons and have it set as a picture button:
to get the link version click the email version when setting up the button.
if the donations are for you i would name the button "support the devs"
Koush 有一个非常漂亮的开源库,您可能会发现它很有用。
ClockworkModBillingLibrary
Koush has a pretty slick open sourced library that you would probably find useful.
ClockworkModBillingLibrary