Keep getting signature error on submission to mac app store
Anyone got a step-by-step showing us how to submit an app to the Mac app store? I'm able to submit my app, but I get an email saying: ----- Invalid Signature - This error occurs when you have signed your app's installer incorrectly. There are two certs required for this process: the "3rd Party Mac Developer Application" cert and the "3rd Party Mac Developer Installer" cert. When signing your package, you need to ensure that you are using the Installer cert to sign your package. Ensure that you are specifying this cert when submitting your app via the Xcode Organizer or when running productbuild from the command line. ---- I have downloaded my two certificates, and I have done: - Projects > targets > build > code signing > 3rd Party Mac Developer Application: - Then when I go to archive and it opens up Organizer I go to submit I select the '3rd Party Mac Installer' key. But it still fails :( I followed this guide http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-m... when I first set my app up as I thought we needed to do that if we're using MacRuby, but is it adding to or causing this problem? Anyone successfully submitted an app? How did you do it!? :p Any help appreciated - I'm pulling my hair out here :(
There may be a better way to do this, or it may be a bug, but I found this fixed the issue for me when I encountered it. 1. Create you application Archive 2. Navigate into the Archive and find your Application .app bundle in Terminal 3. Execute the following command: codesign -f -s "3rd Party Mac Developer Application: My Name" MyApp.app/ 4. Upload as normal from Organizer. Hope this helps. Daniel On Sun, Jun 12, 2011 at 9:01 AM, azzzz@gmx.net <azzzz@gmx.net> wrote:
Anyone got a step-by-step showing us how to submit an app to the Mac app store? I'm able to submit my app, but I get an email saying: -----
Invalid Signature - This error occurs when you have signed your app's installer incorrectly. There are two certs required for this process: the "3rd Party Mac Developer Application" cert and the "3rd Party Mac Developer Installer" cert. When signing your package, you need to ensure that you are using the Installer cert to sign your package. Ensure that you are specifying this cert when submitting your app via the Xcode Organizer or when running productbuild from the command line.
---- I have downloaded my two certificates, and I have done: - Projects > targets > build > code signing > 3rd Party Mac Developer Application: - Then when I go to archive and it opens up Organizer I go to submit I select the '3rd Party Mac Installer' key. But it still fails :( I followed this guide http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-m... when I first set my app up as I thought we needed to do that if we're using MacRuby, but is it adding to or causing this problem? Anyone successfully submitted an app? How did you do it!? :p Any help appreciated - I'm pulling my hair out here :( _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
THANK YOU DANIEL!!!!!!!!!!!!! I think that's done it! Unless Apple's servers are on the blink - cos it's been about 15 minutes since the upload and it's still saying 'Upload Received' (usually turns to 'Binary Invalid' within a minute or so). If the app gets accepted into the store I will be sure to give you a promo code for it ;) Thanks again, Aston On 13 Jun 2011, at 23:47, Daniel Westendorf wrote:
There may be a better way to do this, or it may be a bug, but I found this fixed the issue for me when I encountered it.
1. Create you application Archive 2. Navigate into the Archive and find your Application .app bundle in Terminal 3. Execute the following command: codesign -f -s "3rd Party Mac Developer Application: My Name" MyApp.app/ 4. Upload as normal from Organizer.
Hope this helps.
Daniel
On Sun, Jun 12, 2011 at 9:01 AM, azzzz@gmx.net <azzzz@gmx.net> wrote:
Anyone got a step-by-step showing us how to submit an app to the Mac app store? I'm able to submit my app, but I get an email saying: -----
Invalid Signature - This error occurs when you have signed your app's installer incorrectly. There are two certs required for this process: the "3rd Party Mac Developer Application" cert and the "3rd Party Mac Developer Installer" cert. When signing your package, you need to ensure that you are using the Installer cert to sign your package. Ensure that you are specifying this cert when submitting your app via the Xcode Organizer or when running productbuild from the command line.
---- I have downloaded my two certificates, and I have done: - Projects > targets > build > code signing > 3rd Party Mac Developer Application: - Then when I go to archive and it opens up Organizer I go to submit I select the '3rd Party Mac Installer' key. But it still fails :( I followed this guide http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-m... when I first set my app up as I thought we needed to do that if we're using MacRuby, but is it adding to or causing this problem? Anyone successfully submitted an app? How did you do it!? :p Any help appreciated - I'm pulling my hair out here :( _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
I'm glad I was able to help! That one took me weeks to figure out.... :) dw On Jun 13, 2011, at 6:24 PM, "azzzz@gmx.net" <azzzz@gmx.net> wrote:
THANK YOU DANIEL!!!!!!!!!!!!!
I think that's done it! Unless Apple's servers are on the blink - cos it's been about 15 minutes since the upload and it's still saying 'Upload Received' (usually turns to 'Binary Invalid' within a minute or so).
If the app gets accepted into the store I will be sure to give you a promo code for it ;)
Thanks again,
Aston
On 13 Jun 2011, at 23:47, Daniel Westendorf wrote:
There may be a better way to do this, or it may be a bug, but I found this fixed the issue for me when I encountered it.
1. Create you application Archive 2. Navigate into the Archive and find your Application .app bundle in Terminal 3. Execute the following command: codesign -f -s "3rd Party Mac Developer Application: My Name" MyApp.app/ 4. Upload as normal from Organizer.
Hope this helps.
Daniel
On Sun, Jun 12, 2011 at 9:01 AM, azzzz@gmx.net <azzzz@gmx.net> wrote:
Anyone got a step-by-step showing us how to submit an app to the Mac app store? I'm able to submit my app, but I get an email saying: -----
Invalid Signature - This error occurs when you have signed your app's installer incorrectly. There are two certs required for this process: the "3rd Party Mac Developer Application" cert and the "3rd Party Mac Developer Installer" cert. When signing your package, you need to ensure that you are using the Installer cert to sign your package. Ensure that you are specifying this cert when submitting your app via the Xcode Organizer or when running productbuild from the command line.
---- I have downloaded my two certificates, and I have done: - Projects > targets > build > code signing > 3rd Party Mac Developer Application: - Then when I go to archive and it opens up Organizer I go to submit I select the '3rd Party Mac Installer' key. But it still fails :( I followed this guide http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-m... when I first set my app up as I thought we needed to do that if we're using MacRuby, but is it adding to or causing this problem? Anyone successfully submitted an app? How did you do it!? :p Any help appreciated - I'm pulling my hair out here :( _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Same here - I even opened a ticket with Apple (hope they don't take one of my credits now lol!) I posted it on my blog too, and mentioned you - do you want me to include a link to your blog/site? http://astonj.com/uncategorized/invalid-signature-error-on-submitting-app-to... I'll email you a promo code if the app ever gets accepted! A On 14 Jun 2011, at 03:21, Daniel Westendorf wrote:
I'm glad I was able to help! That one took me weeks to figure out.... :)
dw
On Jun 13, 2011, at 6:24 PM, "azzzz@gmx.net" <azzzz@gmx.net> wrote:
THANK YOU DANIEL!!!!!!!!!!!!!
I think that's done it! Unless Apple's servers are on the blink - cos it's been about 15 minutes since the upload and it's still saying 'Upload Received' (usually turns to 'Binary Invalid' within a minute or so).
If the app gets accepted into the store I will be sure to give you a promo code for it ;)
Thanks again,
Aston
On 13 Jun 2011, at 23:47, Daniel Westendorf wrote:
There may be a better way to do this, or it may be a bug, but I found this fixed the issue for me when I encountered it.
1. Create you application Archive 2. Navigate into the Archive and find your Application .app bundle in Terminal 3. Execute the following command: codesign -f -s "3rd Party Mac Developer Application: My Name" MyApp.app/ 4. Upload as normal from Organizer.
Hope this helps.
Daniel
On Sun, Jun 12, 2011 at 9:01 AM, azzzz@gmx.net <azzzz@gmx.net> wrote:
Anyone got a step-by-step showing us how to submit an app to the Mac app store? I'm able to submit my app, but I get an email saying: -----
Invalid Signature - This error occurs when you have signed your app's installer incorrectly. There are two certs required for this process: the "3rd Party Mac Developer Application" cert and the "3rd Party Mac Developer Installer" cert. When signing your package, you need to ensure that you are using the Installer cert to sign your package. Ensure that you are specifying this cert when submitting your app via the Xcode Organizer or when running productbuild from the command line.
---- I have downloaded my two certificates, and I have done: - Projects > targets > build > code signing > 3rd Party Mac Developer Application: - Then when I go to archive and it opens up Organizer I go to submit I select the '3rd Party Mac Installer' key. But it still fails :( I followed this guide http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-m... when I first set my app up as I thought we needed to do that if we're using MacRuby, but is it adding to or causing this problem? Anyone successfully submitted an app? How did you do it!? :p Any help appreciated - I'm pulling my hair out here :( _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
azzzz@gmx.net
-
Daniel Westendorf