Switch language한국어
Back to the list

How to Solve ITMS-90035 Error: From Signature Chain Troubleshooting to IPA Regeneration

TL;DR AI

Key summary

2 min read
  1. ITMS-90035 usually means App Store signature verification failed, not that the IPA itself is corrupted.

  2. Common causes include using a development certificate, mismatched provisioning profiles, Bundle ID inconsistencies, and incomplete signing during export or CI builds.

  3. Fixes typically involve regenerating the iOS Distribution certificate and App Store provisioning profile, then rebuilding the IPA.

  4. CLI upload logs from Transporter, Fastlane, or Jenkins can help pinpoint the exact signing mismatch.

Read the original