Hi,
I’m trying to submit my iOS app Minha Pecuária to App Store Connect, but Apple consistently rejects the build with:
Validation failed (409) Missing or invalid signature. The bundle ‘br.com.minhapecuaria.ios’ is not signed using an Apple submission certificate. Error 90034.
I have already verified that:
- The app is signed with an Apple Distribution certificate.
- The App Store provisioning profile is linked to the correct Distribution certificate and Bundle ID.
- Automatic signing is enabled in Xcode.
- The exported IPA was independently checked and shows Apple Distribution as the signing authority.
- The same error occurs through both Xcode Organizer and Transporter.
- I also reproduced the problem with a clean/new project.
Could anyone from Apple or anyone who has experienced error 90034 confirm what could cause Apple’s server to reject a binary that is correctly signed with Apple Distribution?
Thanks!