Android 应用内购买 Google Checkout
我正在考虑在付费应用程序中建立应用程序内购买模型,如果用户通过谷歌结帐方法选择加入,则该模型会发布或添加视频内容。有谁知道从编码的角度如何做到这一点?有谁知道这是否可能?
提前谢谢你了...
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以使用 Google 新的应用内结算服务进行应用内购买,请参阅此处的文档:
http://developer.android.com/guide/market/billing/index.html
但是,请注意,应用内结算依赖于 2.3 版本的 Android Market。
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 .
截至 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)