我正在开发一个具有应用内购买功能的应用程序。
在使用 xcode 5.0.1 时,我设法将内容(非消耗品)提交到 itunesconnect。
更新到 xcode 5.1 后,我仍然可以毫无错误地提交到 itunesconnect(通过验证),但我总是收到来自 [email protected] 的电子邮件:
Dear developers,
We have discovered one or more issues with your recent delivery for "app-name". To process your delivery, the following issues must be corrected:
The archive for In-App Purchase '*product_identifier*' is invalid. Productutil version 236 or later is required for In-App Purchase content delivery.
Once these issues have been corrected, you can redeliver your package.
regards,
The App Store team
我一直在寻找productutil,但总是发现死胡同。
有人经历过吗?
如果您已下载,“productutil”在哪里?
谢谢
Best Answer-推荐答案 strong>
我相信这可能是苹果服务器端的错误。我昨晚(2014 年 4 月 9 日)和今天早上都遇到了同样的情况。我已经运行 Xcode 5.1 一段时间了,并且在过去几个月中上传了其他 IAP 内容包,没有任何问题。
/usr/libexec/productutil 似乎没有办法检查版本,至少我找不到。我什至尝试安装最新的 Xcode GM 种子(5.1.1),但没有帮助。
我已向 Apple 支持提交了询问。如果我得到答案,我会回来报告。
关于ios - 向itunesconnect提交应用内购买总是被拒绝,因为它太旧了productutil,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/22992160/
|