其他分享
首页 > 其他分享> > Android In-App购买Google结帐

Android In-App购买Google结帐

作者:互联网

我正在考虑在付费应用中进行应用内购买模式,如果用户通过Google Checkout方法选择,则会发布或添加视频内容.从编码的角度来看,有谁知道如何做到这一点?有谁知道这是否可能?

提前谢谢你……

解决方法:

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

但请注意,In-App Billing依赖于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 07002:

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

  
  Google不提供API来处理
  付款,所有付款必须
  由市场支付处理
  处理器,所以它是22.
  
  1
  http://www.android.com/us/developer-distribution-agreement.html

标签:android,google-checkout,in-app-purchase
来源: https://codeday.me/bug/20190723/1517507.html