It is your responsibility as the submitter of the app to sign all binaries inside your bundle with your signing certificate. This tells apple that you are the submitter of the binary. The app store process is as follows: you sign your binary and all binaries inside your app bundle with your certificate, you submit it, apple verifies that the binary is signed by you, apple then resigns all the binaries and passes it along to the reviewers to check before release. The only purpose your signing certificate serves is to let apple know that you're the person that created the signing identity and nothing more.
-rudy On Nov 1, 6:37 pm, michary <[email protected]> wrote: > I get this email from the MAS as I submitted an App with Growl 1.3 > SDK: > > Dear Developer, > > We have discovered one or more issues with your recent binary > submission for "Grades". Your app has proceeded to review, but the > following issues should be corrected in your next submission: > > Invalid Signature - the nested app bundle (Grades.app/Contents/ > Frameworks/Growl.framework) is not signed, the signature is invalid, > or it is not signed with an Apple submission certificate. Refer to the > Code Signing and Application Sandboxing Guide for more information. > > Regards, > > The iTunes Store Team > > On 31 Okt., 06:17, Chris Forsythe <[email protected]> wrote: > > > > > > > > > We have released the 1.3 SDK. There are many improvements and a lot of > > niceties added. This SDK represents a larger set of changes than normally > > present in our SDK updates. Here is a short summary of some of the more > > notable changes: > > > The 1.3 framework includes support for Sandboxing > > You can now notify from your application without Growl being present (see > > Mist documentation) > > This SDK includes the 1.2.3 framework for those needing 10.5 or PPC support > > still > > > For a full list of changes, please > > visithttp://growl.info/documentation/developer/implementing-growl.php#grow... > > > The 1.3 SDK is available for immediate download > > fromhttp://growl.info/downloads > > > -- > > Chris Forsythe -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
