本文介绍了iTunes软件服务身份验证错误域错误434的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用最新的xCode 8上传iPhone应用程序。我有良好的互联网连接以及
解决方案
所以这对我有用:
前言:
4天的调试,多次重新创建证书,没有任何效果,每次我尝试通过Xcode验证/上传它都说同样的错误 iTunes软件服务身份验证错误域错误434
没有XCode的解决方案:
- 在Xcode中创建存档
- 在管理器中导出IPA(Xcode>窗口>管理器)
- 打开App lication Loader并手动选择生成的IPA
- 完成
XCode解决方案:
- 在Xcode中创建存档
- 点击验证
- 取消选择BitCode
- 检查我的验证是否已经验证,当我取消选中bitcode时我的验证
- 不尝试使用未选择的Bitcode来生成类似的时尚
- 如果一切顺利,现在生成Bitcode Checked(我使用这些确切的步骤)
- 完成
I am uploading iPhone application using latest xCode 8. I have good internet connection and all the relevant settings set up at iTunes connect. My distribution profiles are also set up correctly.
I am facing below error:-
解决方案
So this has what worked for me:
Preface:4 days of debugging, recreated certificates numerous times, nothing worked, every time i try to validate/upload via Xcode it says same error "iTunes software service authentication error domain error 434"
Solution without XCode:
- Create archive in Xcode
- Export IPA in Organiser (Xcode > window > Organiser)
- Open Application Loader and manually choose IPA generated
- Done
Solution with XCode:
- Create archive in Xcode
- Click Validate
- Unselect BitCode
- Check if its validated, mine got validated when i unchecked bitcode
- Not Try to genrate similar fashion with Bitcode unselected
- If all goes fine now generate with Bitcode Checked(mine worked with these exact steps)
- Done
这篇关于iTunes软件服务身份验证错误域错误434的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!