iTunes Connect submit for review - Your app information could not be saved. Try again

梦想的初衷 提交于 2019-12-12 10:44:14

问题


I get this error message when trying to submit a new version of my app for review:

While I've seen other threads about this error message, the solutions presented haven't worked for me and I haven't seen any mentions of the actual server error message I get. iTunes Connect responds with the following error message:

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

Request details:

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

Full JSON response:

{
    "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"
}

I've tried clearing all cookies, and also changing to another browser, and I've also tried removing the build and adding it again, but I get the same issue regardless. Has anyone else had this exact problem? Did anyone find a way around it?


回答1:


I just tried submitting my app again, after 12 hours of being unable to. It worked!



来源:https://stackoverflow.com/questions/33800116/itunes-connect-submit-for-review-your-app-information-could-not-be-saved-try

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!