我在尝试提交我的应用的新版本以供审核时收到此错误消息:
虽然我已经看到有关此错误消息的其他线程,但所提供的解决方案对我没有用,我还没有看到任何提到的实际服务器错误消息。 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
完整的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"
}
我已经尝试清除所有Cookie,并且还要更改到其他浏览器,我也尝试删除构建并再次添加它,但无论如何我都会遇到同样的问题。有没有其他人有这个确切的问题?有没有人找到解决方法?
答案 0 :(得分:2)
我只是尝试在无法使用12小时后再次提交我的应用。它奏效了!