Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Signature Error after App Store submission

Tags:

ios

app-store

I'm constantly getting the following Error: Invalid Signature Error

after submitting my app to the App Store. I've tried everything recommended in Apple's mail and also the answers to posts I found on Stackoverflow. Nevertheless I'm still getting this message. What could be my problem? What I've done so far:

  • Checked to use App Store Distribution provisoning profile
  • Checked that Entitlements.plist's 'can be debugged value' is set to FALSE
  • Cleaned up my project
  • Deleted the directory containing my app (the build directory I guess)
  • Set my scheme to use the Release Build Configuration for Archiving

Is there something I have missed? I'm going nuts after my 20.-something submission :(

like image 339
Julian Avatar asked Oct 14 '25 07:10

Julian


2 Answers

Your not using the correct certificates when building your app. Delete your certificates in Provisioning Portal and create new ones and update them in Xcode. Goto Organizer / Provisioning Profiles / Refresh and allow Xcode to fetch the latest ones.

Again, clean all of your targets. You can even go to /Users/%USERNAME%/Library/Developer/Xcode/DerivedData and delete all of the directories in there (mainly your app in question).

Then Under TARGET in Xcode, goto Build Settings and choose the NEW certificates.

Also, use Archive *(under Product in Xcode 4.0+)* in Xcode. When the build is complete, Organizer should open to your Application Archives, if not, go there and click on Archives. Select your app and choose Validate..., once your app is validated, click Submit....

Another thing to note is that Entitlements.plist is no longer needed, so that is not an issue for you.

like image 147
WrightsCS Avatar answered Oct 16 '25 20:10

WrightsCS


I have had a similar issue when i uploaded a file with illegal char in name... i think my illegal char was a space. also check that your bundle identifier and app ID are correct.

like image 20
Grady Player Avatar answered Oct 16 '25 21:10

Grady Player



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!