在 Android 中集成 google checkout 吗?

发布于 2024-09-10 14:27:15 字数 219 浏览 4 评论 0原文

有什么办法可以将 Google Checkout 集成到 Android 中吗?

我能够发布订单请求,并作为响应,获得用户重定向的结帐重定向 url。但接下来要如何进行呢。 Android 应用程序如何知道付款何时完成。

在 Webview 中调用重定向 url,然后移动应用程序和 google checkout 之间没有连接。移动应用程序如何获得 Google Checkout 的响应?

Is there any way we can integrate Google Checkout in Android?

I am able to post the order request and in response I get the checkout redirect url where the user is redirected. But then how to proceed with it. How will the android application come to know when the payment is done.

The redirect url is called in Webview and then there is no connection between the mobile app and google checkout. How can the mobile application get the response from Google checkout?

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

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

发布评论

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

评论(2

魂归处 2024-09-17 14:27:15

如果您正在寻找应用内购买用户体验,Google Checkout 可能不是最佳选择,因为 Google Checkout 交易完成后不会自动重定向买家。您可能需要考虑 Google In-App Payments API,它提供您正在寻找的通知回调。请注意,此 API 仅适用于基于网络的应用:

http://code.google.com/apis /inapp payments/

对于 Android 电子市场应用内结算,请参阅:

http ://developer.android.com/guide/market/billing/index.html

If you are looking for an in-app purchase user experience, Google Checkout may not be the best choice, as there is no automatic re-direct for the buyer after the Google Checkout transaction finishes. You may want to consider Google In-App Payments API which provides the notification callback you are looking for. Please note that this API is for web-based apps only:

http://code.google.com/apis/inapppayments/

For Android Market In-app Billing, please see:

http://developer.android.com/guide/market/billing/index.html

平安喜乐 2024-09-17 14:27:15

看起来您必须设置一个可以处理通知并检查已充电/正在充电标志的服务器。在您的移动应用程序中,您可能可以轮询服务器的状态更改。

Looks like you have to setup a server than can handle notifications and check for the charged/charging flag. IN your mobile app, probably you can poll for the status change to your server.

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