iTunes Connect提交以供审核 - 您的应用信息无法保存.再试一次

and*_*rrs 6 itunesconnect app-store ios

我在尝试提交新版本的应用以供审核时收到此错误消息:

在此输入图像描述

虽然我已经看到有关此错误消息的其他线程,但所提供的解决方案对我没有用,我还没有看到任何提到的实际服务器错误消息.iTunes Connect会响应以下错误消息:

Error converting JSON string to object: Can not instantiate value of type [simple type, class com.apple.jingle.label.content.purple.to.LCSubmitForReviewTO] from JSON integral number; no single-int-arg constructor/factory method

请求详情:

Remote Address:23.1.186.88:443
Request URL:https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/123456789/version/submit/complete
Request Method:POST
Status Code:500 Internal Server Error
Run Code Online (Sandbox Code Playgroud)

完整的JSON响应:

{
    "data":null,
    "messages": {
        "warn":null,
        "error":[
             "Error converting JSON string to object: Can not instantiate value of type [simple type, class com.apple.jingle.label.content.purple.to.LCSubmitForReviewTO] from JSON integral number; no single-int-arg constructor/factory method"
        ],
        "info":null
    },
    "statusCode":"ERROR"
}
Run Code Online (Sandbox Code Playgroud)

我已经尝试清除所有cookie,并且还要更改到另一个浏览器,我也尝试删除构建并再次添加它,但无论如何我都会遇到同样的问题.有没有其他人有这个确切的问题?有没有人找到解决办法?

小智 2

在 12 小时无法提交之后,我刚刚尝试再次提交我的应用程序。有效!

  • 感谢您带来好消息,现在也对我有用!正如爱因斯坦所说:疯狂就是一遍又一遍地做同样的事情,却期待不同的结果。好吧,98% 的 iTunes Connect 问题似乎都可以通过一些古老的疯狂方法来解决;) (2认同)