Android 版 Google Checkout
我想在android中开发一个购物车类型的应用程序,其中用户 需要从产品列表中购买产品。一旦 用户选择产品后,应通过打开 Google Checkout 进行付款。 请让我知道你们对此有何看法。 希望能尽快得到答案。
I want to develop a shopping cart type application in android where the user
needs to purchase the products from the list of products. Once the
user selects the product, the payment should be made by opening Google Checkout.
Please let me know what you people think about this.
Hope to get the answer quickly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您似乎对有关应用内购买框架的更多信息感兴趣。
对于 Android 应用程序,请查看 Android 市场应用内结算:
http:// developer.android.com/guide/market/billing/index.html
对于网络应用程序,请查看 Google 应用内付款:
http://code.google.com/apis/inapp payments/docs/index.html
It looks like you're interested in more information about in-app purchase frameworks.
For Android apps have a look at the Android Market In-app Billing:
http://developer.android.com/guide/market/billing/index.html
For Web apps have a look at Google In-App Payments:
http://code.google.com/apis/inapppayments/docs/index.html