App Store submission rejected with error 90034 despite Apple Distribution signature

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!

Have you checked that all certificates are still valid ?

Yes. I checked them.

The Apple Developer account currently has valid certificates:

  • Apple Development: valid until July 31, 2027
  • Apple Distribution: valid until August 1, 2027
  • Apple Distribution Managed: valid until August 1, 2027

The App Store provisioning profile is also Active and expires August 1, 2027. It is associated with the correct Bundle ID and Apple Distribution certificate.

The issue still occurs, including with a brand-new Xcode project.

Error means your app was built/signed with a development or Ad Hoc certificate, instead of an Apple Distribution / App Store submission certificate.

Apple requires a distribution certificate and an appropriate App Store provisioning profile for App Store Connect uploads.

Make sure you create Apple Distribution certificate or on Automatic Signing.

To rule out anything stuck on the original App ID, I created a completely new Bundle ID (br.com.minhapecuaria.ios2) from scratch:

New App ID registered in the portal, Sign In with Apple capability enabled. New App Store provisioning profile generated and installed, tied to that Bundle ID. New app record created in App Store Connect for it. Manual signing in Xcode, explicitly selecting the new Distribution certificate + new profile. Verified via codesign/security cms -D: Apple Distribution identity, get-task-allow: false, no device list — a genuine App Store signature. Uploaded via Xcode Organizer → same result: error 90034 ("Missing or invalid signature... not signed using an Apple submission certificate").

Since this Bundle ID never existed before, there was nothing "stuck" on it — no stale provisioning history, no cached signing decision tied to that specific App ID. The fact that the error persists identically rules out anything project-specific and points squarely at the account/Team level (Team ID 395DDXTXHC).

I've also opened a support case (20000125779862) with this exact evidence, but so far only received generic first-line responses (certificate basics, Feedback Assistant suggestions) that don't address the account-level nature of the issue. Posting here in case anyone has seen this specific pattern — same 90034 across two independent Bundle IDs/certs/profiles under the same Team.

Thanks for the post.

One idea and mind you I’m not int that team but I have been there before in previous versions of Xcode. Haven’t seen this in a while, normally Xcode manages the certificates, can you check your key chain? My suggestion is that as periodically Worldwide Developer intermediate certificates. If you have an expired WWDR certificate in your Keychain, the codesign tool might use it, breaking the chain of trust. Delete any expired certificates you find and download the new certificates to your keychain. If the WWDR or Root CA is missing, or if it lists a different intermediate authority, your local Keychain is signing the app with a broken trust chain.

https://www.apple.com/certificateauthority/

https://developer.apple.com/help/app-store-connect/

Also on the documentation you can see that using Xcode you can manage that, what version of Xcode are you using?

Albert  WWDR

App Store submission rejected with error 90034 despite Apple Distribution signature
 
 
Q