iTunes Connect 中的应用内购买。如何使应用内购买“已批准销售”?

发布于 2024-12-04 12:22:35 字数 652 浏览 2 评论 0原文

我正在尝试将应用程序内购买添加到已在应用程序商店出售的应用程序中,以便下次更新。我以前从未在其中添加过任何应用内购买。

我正在使用 MKStoreKit 来处理应用内购买,因此我认为一切都应该在编码方面进行。

当我的应用程序启动时,我查询可用的应用程序内购买列表,这成功返回了应用程序内购买列表(目前只有两个)及其价格。

我的应用程序中有一个发送购买请求的按钮,我传递了适当的产品 ID。每次都会被取消,并且我收到错误消息

用户取消交易:

在日志中。

通过阅读其他博客和帖子,我得出的结论是,这是因为我的应用内购买未在 iTunes connect 中批准销售,他们目前显示“正在等待审核”。

我已尝试此检查列表中的所有内容,试图使其正常工作 http:// troybrant.net/blog/2010/01/invalid-product-ids/ 但仍然没有。

我提交了一个应用程序,几个小时后开发人员拒绝了它,因为我听说这对某些人有用。

有人知道如何在 iTunes Connect 中清除应用内购买的销售吗?

I am trying to add in app purchases to an app that is already for sale on the app store for the next update. I have never added any in app purchases to it before.

I am using MKStoreKit to handle the in app purchases so I figure everything is as it should be on the coding side of things.

When my app starts up I query the list of available in app purchases, this successfully returns the list of in app purchases (just two at the moment) and the prices of them.

I have a button in my app that sends a purchase request, I pass in the appropriate product ID. This consistently gets cancelled every time and I get the error message

User cancelled transaction:

in the log.

From reading other blogs and posts I have come to the conclusion that it is because my in app purchases aren't cleared for sale in iTunes connect, they currently say "Waiting for Review".

I have tried everything on this check list to try get this to work http://troybrant.net/blog/2010/01/invalid-product-ids/ but still nothing.

I submitted an app and then a few hours later developer rejected it because I heard this worked for some people.

Anybody know how I make the in app purchases cleared for sale in iTunes Connect?

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

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

发布评论

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

评论(2

哽咽笑 2024-12-11 12:22:35

刚刚发现我从未关闭过这个问题。发生这种情况的原因是苹果的服务器当时出现故障。游戏中心沙盒也在当时受到影响。我把它单独放置了几天,当我回到它时它就开始工作了。

Just spotted that I never closed this question. The reason this was happening was because Apples servers were acting up at the time. Game center sandbox was also effected at the time. I left it alone for a couple of days and it started working when I got back to it.

怎樣才叫好 2024-12-11 12:22:35

实际上,您应该在提交审核之前测试应用程序内的内容。 Afaik,一旦处于审核状态,使用测试帐户进行购买可能就无法进行。您可以尝试创建另一个应用内项目用于测试目的,只需创建它并尝试购买它(使用您的 iTunes Connect 测试帐户),而无需提交它以供审核。

可以在相应应用内商品的定价和供货情况部分设置清售状态。

Actually you should have tested the in-app before submitting them for review. Afaik, as soon as they are in-review state, purchases with the test account might not work. You could try and create another in-app item for testing purposes, just create it and try to purchase that (using your iTunes Connect Test account) without submitting it for review.

The cleared for sale status can be set in the pricing and availability section of the respective in-app item.

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