我正在为 Android 构建一个购物车应用程序。我的客户已经拥有 google checkout 商家帐户,他们希望出售商品并在 google checkout 商家帐户中接收付款。
我有一个显示用户选择的商品和付款的活动。我需要知道我将发送给谷歌的信息和服务链接是什么,可以让应用程序用户为商家帐户中的选定商品付款?
I am building a shopping cart application for android. My customers already have google checkout merchants accounts and they want to sell their goods and receive payments in their google checkout merchants accounts.
I have an activity that displays user-selected goods and payment. I need to know what is the info I'll send to google and service links that can make the app users pay for selected goods in merchants account?
发布评论
评论(2)
不够清楚,但这可能对您有帮助:
http://code.google.com /apis/checkout/developer/Google_Checkout_Custom_Processing_How_To.html
http://developer.android.com/guide/market/billing/billing_overview.html
祝你好运:)
Not clear enough, but this might help you:
http://code.google.com/apis/checkout/developer/Google_Checkout_Custom_Processing_How_To.html
http://developer.android.com/guide/market/billing/billing_overview.html
Good luck :)
我假设您想要实现 Android 本机应用程序而不是 Web 应用程序。您可能需要从 Android 应用内结算文档开始:
http://developer .android.com/guide/market/billing/index.html
另请阅读 Android Market 开发者分发协议:
http://www.android.com/us/developer-distribution-agreement.html
I assume you want to implement an Android native app and not a web app. You may want to start with the Android In-App Billing documentation:
http://developer.android.com/guide/market/billing/index.html
Also please make to read the Android Market Developer Distribution Agreement:
http://www.android.com/us/developer-distribution-agreement.html