Bassem Tourky
Bassem Tourky

Reputation: 487

IOS Validate/Submit to ITunes Connect Fails

i tried validate my app to Itunes but it failed with this error

Itunes Validate Error picture

"Missing or Invalid signature . the Bundle 'My app ' at bundle path 'Payload/the.app' is not signed using Apple Submission Certificate."

i try create new certificate and new provition profiler tried to revock certificate and create new one and create new Provisioning Profiles and still the same error

my app use push notification so i tried disaple it and create new cert/profile for app store and still on the same error

can anyone help me please ??

Upvotes: 0

Views: 394

Answers (2)

Bassem Tourky
Bassem Tourky

Reputation: 487

i managed to validate the app and submit it using another mac , problem may be caused by my mac or by Xcode 6

Upvotes: 0

mcatach
mcatach

Reputation: 1606

I think you are not using the correct distribution Certificate and Provision on your project. Click on your target and go to Build Settings.

Search for Code Signing Identity and see if it's using the iPhone Distribution:Your Company identity on the "Identities on Keychain" popup.

Also leave the Provision Profile field set to Automatic.

Upvotes: 1

Related Questions