StoreKit 对等待审核的产品的响应

发布于 2024-12-01 19:59:08 字数 224 浏览 0 评论 0原文

我正在开发一个 iPhone 应用程序,该应用程序将使用应用程序内购买来允许客户购买产品。根据 StoreKit 文档,我需要使用我的产品标识符向 App Store 发送请求以获取有关它们的信息。

我的问题是:如果某些请求的产品处于“等待审核”或“审核中”状态,会有什么反应?它们会包含在 SKProductsResponse 的 invalidProductIdentifiers 中吗?

提前致谢

I'm developing an iPhone application which will use in-app purchases in order to allow customers to buy products. According to StoreKit doc, I need to send a request to App Store with my product identifiers to get information on them.

My question is: what will the response be if some of the requested products are in the "waiting for review" or "in review" status? Will them be included in SKProductsResponse's invalidProductIdentifiers?

Thanks in advance

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

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

发布评论

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

评论(2

随波逐流 2024-12-08 19:59:08

由于Apple的沙箱环境不太稳定,但通常不应该包含在invalidProductIdentifiers中。您仍然可以使用测试 App Store ID 来测试它们,没有任何问题。

Since the Apple's sandbox environment is not very statable, but normally it should NOT be included in invalidProductIdentifiers. You can still test them by using a test App Store ID with no problem.

不必你懂 2024-12-08 19:59:08

我采取的路径是让应用程序向我控制下的产品服务器询问有效的产品标识符,然后让应用程序将该响应作为请求发送给 Apple。设置产品服务器,使应用程序不会“看到”尚未获得 Apple 批准的产品标识符。

示例:SKPTBuyButton

The path I take is to have Apps ask a product server under my control for valid product identifiers, then have the App send that response to Apple as a request. Set the product server such that Apps do not 'see' a product identifier that has yet to be blessed by Apple.

Example: SKPTBuyButton

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