Android 应用内购买 Google Checkout

发布于 2024-10-04 11:16:54 字数 110 浏览 2 评论 0原文

我正在考虑在付费应用程序中建立应用程序内购买模型,如果用户通过谷歌结帐方法选择加入,则该模型会发布或添加视频内容。有谁知道从编码的角度如何做到这一点?有谁知道这是否可能?

提前谢谢你了...

I am considering to do an in-app purchase model within a paid app that releases or adds video content if the user opts in via a google check out method. Does anyone know how to do this from a coding standpoint? and does anyone know if this is possible?

thank you ahead of time...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无可置疑 2024-10-11 11:16:54

可以使用 Google 新的应用内结算服务进行应用内购买,请参阅此处的文档:
http://developer.android.com/guide/market/billing/index.html

但是,请注意,应用内结算依赖于 2.3 版本的 Android Market

注意:我的答案的旧版本,之前
应用内计费已公布

不幸的是,没有官方的
进行小额支付的机制
Android 应用程序通过
安卓市场还没。你也不是
允许实现你自己的方法
根据 Android 市场
开发者协议

<块引用>

开发者收到的所有费用
通过市场分销的产品
必须由市场处理
支付处理器

Google 不提供 API 来处理
付款,并且所有付款必须
由市场支付处理
处理器,所以这是第 22 条规则。

1
http://www.android.com/us/developer-distribution-agreement.html< /p>

It is possible do in-app purchases with Google's new In-App Billing services, see the documentation here:
http://developer.android.com/guide/market/billing/index.html

However, note that In-App Billing relies on the 2.3 version of the Android Market .

NOTE: Old version of my answer, before
In-App billing was announced

Unfortunately, there are not official
mechanisms to do micropayments on
Android apps distributed via the
Android Market yet. You also are not
allowed to implement your own methods
according to the Android Market
Developer Agreement
:

All fees received by Developers for
Products distributed via the Market
must be processed by the Market's
Payment Processor

Google offers no API to handle
payments, and all payments must be
handled by the Market's Payment
Processor, so it's catch 22.

1:
http://www.android.com/us/developer-distribution-agreement.html

冷清清 2024-10-11 11:16:54

截至 2011 年 2 月 2 日,Google 宣布推出 Android 应用程序内购买功能。 SDK 现已推出,而应用内购买将“在本季度末之前向用户推出”。 (2011 年第一季度)

As of 2/2/11, Google announced it's releasing in-app purchase for Android apps. The SDK is now available while the in-app purchase will be "live to users prior to the end of this quarter." (Q1/2011)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文