iTunes software service authentication error domain error 434

冷暖自知 提交于 2019-12-03 00:56:44

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:

  1. Create archive in Xcode
  2. Export IPA in Organiser (Xcode > window > Organiser)
  3. Open Application Loader and manually choose IPA generated
  4. Done

Solution with XCode:

  1. Create archive in Xcode
  2. Click Validate
  3. Unselect BitCode
  4. Check if its validated, mine got validated when i unchecked bitcode
  5. Not Try to genrate similar fashion with Bitcode unselected
  6. If all goes fine now generate with Bitcode Checked(mine worked with these exact steps)
  7. Done

This is a very common error while uploading a build to iTunes Connect. A simple answer to it : "Just RETRY".

To resolve this error follow these methods.

  1. If you have not added app icons add them and try archiving.
  2. Remove developer account and add account again. Press CMD + , to bring up preferences in Xcode and from accounts remove and add back account. Try archiving this.
  3. Clean project (CMD + Shift + K), close Xcode, restart Xcode and build project (CMD + B). Check for warnings. ( if you are using cocapods some times Xcode asks you to change project settings in warning. Click on warning and fix it. Xcode fixes it automatically)
  4. Simply retry archiving.

ToDo. Add More solutions

In my case the problem was the virus protection software I am using. I turned it off before attempting validation and everything went fine.

This could be the problem of Xcode. You can try two different approaches here.

i) Use Application loader, Download it. ii) Before using Application Loader please un-install all certificate and upload the ipa file. If it fails via app loader.

then second approach we can use try to upgrade the version of Xcode. Either de-grade it (xcode 7.X) or upgrade it (8.X) some time with some specific version of xcode and and specific version of OS system throw such error. Try using those hopefully second one can help you to upload the app.

Change the network connection and application submit via Application Loader

Did you set the device to Generic iOS Device before you archived the build? That appears to have fixed it for me on a couple of different occasions.

I got exactly the same error response, read a bunch of posts like this that were uncertain of cause & solution, tried to validate it again with zero changes, and it validated successfully. Go figure...

I had this same issue, but it turned out I used a different profile in the Xcode project, then when I tried to validate the app. It wasn't noticeable since at my company we use multiple Apple id's under the same businessname. Maybe checking this helps?

None of the solutions here worked for me but I was able to solve these errors executing the application on the device that is connected to the computer before archiving it. I tried to archive it again and the validate process was passed.

None of the answers worked for me. Following steps helped me fix it.

  1. Quit the Xcode
  2. Delete all provisioning profiles (/Library/MobileDevice)
  3. Start the code and try to validate without download the provisioning profiles.

The xcode will download the profiles for you.

In my case I had 2 builds in the same app and when I tried to verify one of them it started giving the same error. I removed both builds and re archive. It worked fine after that.

In my case, I have checked iOS provisioning profile from developer website and found the one related to my app was invalid.

I have regenerated (all invalid) provisioning profiles and download it from xCode -> preferences -> accounts. This resolves my case.

I have a different solution. I had "Enable Bitcode" set as false in my target settings but had "Include bitcode" checked as true for the validation. For obvious reasons, the validation would fail every time if I had include bitcode checked. I unchecked include bitcode and it worked just fine after cleaning my project.

it is quite easy, quit and reopen the Xcode project clean the project change the build number and build an archive.it will work

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