Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

[Duplicate questions do not answer my issue]

So I'm trying to submit my app with Application Loader, and I'm getting this issue:

Application failed codesign verification. The signature was invalid, contains disallowed entitlements or it was not signed with an iPhone Distribution Certificate.

Now, at the moment I have been able to codesign verify, since I was able to use my distribution profile to put the application onto various different devices for testing. Am I right in assuming that the same Certificate/Profile and Bundle Identifier is used when you actually want to submit the app? I don't see how I am having problems with this, but not when I put it onto devices for testing.

Any help would be massively appreciated.

share|improve this question
Was the signature valid? Did it contain any disallowed entitlements? Was it signed with an iPhone Distribution Certificate? – Robert Harvey Jan 3 at 6:46
Fixed it. Seemed to work when I archived the app into a .api and then zipped that for submission. – SamBo Jan 3 at 9:16

closed as too localized by Robert Harvey Jan 3 at 15:45

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.