我可以在 iOS 中为用户生成的优惠进行应用内购买计费吗?

发布于 2024-10-21 14:03:43 字数 215 浏览 2 评论 0原文

我正在构建一种移动市场,用户可以在其中提供和购买仅在短时间内(例如 5 小时)有效的服务。

是否有可能为此实施应用内支付方法(在 iOS/Android 中)?问题在于,在“正常”应用内购买中,您可以在应用中购买特定的、预定义的商品或服务。在我的市场中,用户可以自己提供许多不同的服务(各种产品、价格等),因此特定的产品没有帮助。

提前致谢并致以亲切的问候,

克莱门斯

I'm building kind of a mobile marketplace on which users can offer and buy services that are only valid for a short time (for example, 5 hours).

Is there a possibility to implement a in-app payment method (in iOS/Android) for that? The problem is that in "normal" in-app purchases you have specific, pre-defined goods or services that are bought in the app. In my marketplace, user can offer lots of different services themselves (various products, prices, etc.) so specific products wouldn't help.

Thanks in advance and kind regards,

Clemens

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

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

发布评论

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

评论(2

人海汹涌 2024-10-28 14:03:43

我只能代表 iPhone 发言

,正如你已经发现的那样,这是不可能的。你必须在 iTunes Connect 中创建所有应用内购买产品,并且它们都必须经过苹果审核。

如果您所说的“各种产品”指的是实物商品,那么无论如何都是不允许的。
IAP 仅适用于您的应用程序内部使用的内容。

I can only speak for the iPhone

And as you have figured out already, it is not possible. You have to create all your in-app-purchase products in iTunes Connect, and they all have to be reviewed by apple.

And if you mean physical goods when you say "various products" then it isn't allowed anyway.
IAP is only allowed for stuff that is used inside your app.

安稳善良 2024-10-28 14:03:43

这个答案是关于 iOS 应用商店的,据我了解,Android 标记基本上是狂野西部。

显而易见的解决方案是在应用程序中向人们出售某种“代币”,然后让他们将这些代币交易给其他用户以获得他们的产品/商品/服务。然后你需要一种将人们的代币兑换成现金的方法,大概是“为了房子”保留适度的折扣。我在 App Store TOS 中没有看到任何禁止这种行为的内容。

This answer is about the iOS app store, from what I understand the Android marker is basically the wild west.

The obvious solution is to sell people "tokens" of some sort in the app, then let them trade those tokens to other users for their products/goods/services. Then you need a way to redeem people's tokens for cash, presumably keeping a modest cut "for the house". I don't see anything in the App Store TOS that would outlaw that.

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