Note that there are some explanatory texts on larger screens.

plurals
  1. POSubmitting application update to iTunesConnect (madness!)
    primarykey
    data
    text
    <p>iTunes connect keeps rejecting my binary for an application update and it's driving me mad. Usually I can figure it out but I've tried everything I can think of. Maybe someone can lend a hand :)</p> <p>The error I'm getting is:</p> <blockquote> <p>The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate.</p> </blockquote> <p>I am uploading an updated version of my app to the store. The current version is 1.0, this new one is 3.0. Here's what I've tried:</p> <ul> <li><p>Zipped the app bundle with the command line (I've heard the Finder zip utility can be bad sometimes)</p></li> <li><p>Checked my app is signed properly with <code>$&gt; codesign -vv myApp</code> (says "Valid on disk) </p></li> <li>Checked in the build log for the correct provisioning junk to be there </li> <li>Made sure in my Info.plist file the <code>CFBundleVersion</code> and <code>CFShortBundleVersion</code> are incremented from my current version</li> </ul> <p>That's what I can think of to check so far, and everything looks good as far as I can tell.</p> <p>Now I've read somewhere in the Portal that says you must sign updates with the same Distribution Cert as before, and I am (I think). However I have to sign with a new provisioning profile because the old one I used for App Store has expired (or something, I don't know it just won't work).</p> <h3>Things to know about my situation</h3> <p>This update is actually a complete re-write from a new template, BUT I've made sure I'm using the exact same App ID (wildcard) and bundle indentifier) so that shouldn't be a problem.</p> <p>Also, I've switched machines since I last submitted to the App Store but I remembered to export everything (I think) from my old machine. I still have the old one here, with all the same data on it, if that's helpful. I don't think I've forgotten anything).</p> <p>Thanks in advance for any help :)</p> <h2>Update</h2> <p>So I've decided to try uploading with the Application Loader to see if it will give me any new errors, and it has, it spewed <a href="http://www.pastie.org/pastes/604680" rel="nofollow noreferrer">this</a> out into the console. Perhaps someone can find something meaningful there.</p> <p>Also of note, the Portal Guide says Updates must be signed with the original Distribution Provisioning profile as was used to sign the original app. I've tried using that old one, but Xcode won't let me select it, as there's "No matching key pair" or whatever. Is there a way to remedy this? According to Keychain I've got my Distribution Cert and its private key, it all looks valid. I've made sure to try Repairing the Keychain in case, but no change.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload