问题描述
当我尝试使用 Xcode 8
验证 App Store
构建时,我收到以下错误:
When I tried to validate an App Store
build using Xcode 8
I'm getting the following error:
ITunesSoftwareServiceAuthenticationErrorDomain 434.
这是什么意思?
推荐答案
我多次尝试都收到相同的错误.我做了一些更改(对配置文件等),然后验证工作正常几次.但随后错误消息又无缘无故地返回.似乎是苹果方面的一个错误.
I received the same error on multiple attempts. I made some changes (to provisioning profiles etc.) and then validation worked fine a couple of times. But then the error message came back for no apparent reason. Seems like a bug on Apple's side.
从那以后,我改用了 Application Loader,使用该工作流程我没有遇到任何问题.方法如下.
Since then I switched to use Application Loader, and with that workflow I have not encountered any problems. Here's how.
在 Xcode Organizer 中,我不使用验证...",而是使用导出..."来保存 my_product.ipa 文件.
In the Xcode Organizer, I do not use "Validate...", but instead "Export..." to save the my_product.ipa file.
然后打开 Apple 的 Application Loader(Xcode 菜单 > Open Developer Tool > Application Loader),然后我将 my_product.ipa 上传到 iTunes Connect.
Then open Apple's Application Loader (Xcode menu > Open Developer Tool > Application Loader), and with that I upload the my_product.ipa to iTunes Connect.
这个过程对我来说似乎是可靠的.
This process has seemed reliable to me.
这篇关于Xcode 8 AppStore 上传(错误 434)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!