Android:设置应用内计费以打开新的活动类别

发布于 2024-12-28 15:42:54 字数 173 浏览 1 评论 0原文

我已经阅读了应用程序内计费设置,但我仍然不明白。

任何人都可以提供打开活动的应用程序内计费示例吗?

例子: 我有一个有五个按钮的游戏,所有按钮都会打开一个新的 java 类活动。 但在其中一个按钮中,我想添加应用内计费,用户在查看活动之前只需先购买一次。

谢谢沃利

I have read the in-app billing setup but still I don't understand a thing..

Can anyone or does anyone have a sample in-app billing of opening an activity?

Example:
I have a game that has five buttons and all of the buttons open a new java class activity.
But in one of the buttons I want to add in-app billing that a user has to purchase only once first before viewing the activity.

Thanks

Wally

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

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

发布评论

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

评论(1

反差帅 2025-01-04 15:42:54

您可能想查看像 Swarm 这样的抽象层,它通过一些方便的包装提供应用内购买。您可以执行以下操作(伪代码):

userInventory.containsItem(itemId)

storeItem.purchase()

这应该会让大多数应用内购买变得非常简单。

You might want to check out an abstraction layer like Swarm, which provides in-app purchases with some convenience wrappers. You can do things like (pseudocode):

userInventory.containsItem(itemId)
and
storeItem.purchase()

Which should make the majority of in-app purchase stuff pretty simple.

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