当我尝试将我的应用程序上传到应用程序商店时,我收到以下错误:“由于一般错误,此时无法查找应用程序提交的设置”。有没有人收到这条消息?是因为Apple开发人员门户问题吗?
IDEDistribution.critical.log:
2017-01-06 15:32:14 +0000 The store submission configuration response failed with errors: (
"Error Domain=ITunesConnectionOperationErrorDomain Code=1614 \"Unable to lookup the settings for submission for the application at this time due to a general error\" UserInfo={NSLocalizedRecoverySuggestion=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedDescription=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedFailureReason=iTunes Store operation failed.}"
), warnings: (
), info messages: (
).
2017-01-06 15:32:16 +0000 [MT] Presenting: Error Domain=ITunesConnectionOperationErrorDomain Code=1614 "Unable to lookup the settings for submission for the application at this time due to a general error" UserInfo={NSLocalizedRecoverySuggestion=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedDescription=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedFailureReason=iTunes Store operation failed.}
答案 0 :(得分:14)
我找到了解决方案,在通过xcode上传应用之前,您应该在http://itunesconnect.apple.com/
创建应用答案 1 :(得分:7)
我有同样的问题,在玩完之后我意识到在更新应用程序的新版本时,"捆绑ID"必须与原始版本匹配"捆绑ID"。
将Bundle ID与我的1.0版上传相匹配解决了这个问题。
答案 2 :(得分:5)
我遇到了同样的问题,我意识到我犯了捆绑ID的拼写错误......
答案 3 :(得分:1)
我在过去几个小时里也是如此。 来自verbose.log:
收到的基于捆绑ID的商店提交配置响应=(null)
看起来像是一个问题。
答案 4 :(得分:0)
我有同样的问题,我去分析我在Itunes上的帐户,我意识到我是开发人员。要创建应用程序并将版本发送到iTunes,您还必须能够访问应用程序管理器功能
答案 5 :(得分:0)
在Itune connect中,应用信息:组ID +后缀ID必须与Xcode Info.plist中的Bundle ID相同
答案 6 :(得分:0)