Android 版通过 SIM 卡在应用程序内购买

发布于 2024-12-28 18:11:38 字数 79 浏览 2 评论 0原文

Google 的应用内购买 API 中是否有可以向用户的 SIM 卡收费的功能?我希望用户只需单击按钮即可进行应用内购买,而无需输入信用卡号码。

Is there any functionality in Google's in-app purchase API that can charge a user's sim card? I would like to allow a user to make an in-app purchase with just a button click and without the hassle of entering a credit card number.

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

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

发布评论

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

评论(1

远山浅 2025-01-04 18:11:38

我认为您可能误解了应用内购买(适用于 Android)的工作原理。从应用内结算页面:

当您使用 Android 电子市场的应用内结算服务来销售商品时,
Android Market 处理所有结帐详细信息,因此您的应用程序永远不会
必须直接处理任何金融交易。安卓市场
使用与应用程序购买相同的结账服务,
让您的用户体验一致且熟悉的购买流程。

因此,这意味着当用户在您的应用程序内进行应用程序内购买时,结帐过程与他们在 Android Market 中购买应用程序时的过程相同。假设他们有一张在 Android Market 注册的信用卡,它会自动收费,您的用户就可以开始使用了。如果他们没有注册信用卡,系统会在他们开始购买时提示他们添加/注册一张信用卡。

无论哪种情况,一切都由 Google 处理

I think you may have misunderstood how In-App purchases (for Android) work. From the In-App Billing page:

When you use Android Market's in-app billing service to sell an item,
Android Market handles all checkout details so your application never
has to directly process any financial transactions. Android Market
uses the same checkout service that is used for application purchases,
so your users experience a consistent and familiar purchase flow.

So what this means is that when the user makes an In-App purchase within your application, the checkout procedure is identical to if/when they purchase an app in the Android Market. Assuming they have a credit card registered with Android Market, it gets automatically charged and your users are good to go. If they don't have a credit card registered, they're prompted to add/register one when they initiate the purchase.

In either case, it's all taken care of by Google.

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