3rd Party Mac Developer Installer?

So i’m trying to upload my App to the Mac App Store and when I’m uploading it via Application Uploader I get an error.

The product archive package’s signature is invalid. Ensure that it is signed with your “3rd Party Mac Developer Installers” certificate. (1091)

but i ran

codesign -f -v -s “3rd Party Mac Developer Application: Thomas Olson” “/Users/Tom/Dropbox/MyGame.app”

&

productbuild --component “/Users/Tom/Dropbox/MyGame.app” /Applications --sign “3rd Party Mac Developer Installer: Thomas Olson” MyGame.pkg

Terminal says everything went fine

What do i do now?

Thanks, Thomas

This is not really Unity related. Suggest you look on Stackoverflow for many answers to this question! stackoverflow is a good board for generaly iOS/ma/XCode questions.

1 Answer

1

I’ve never worked on anything related the Mac AppStore but here are some links that might help you.

This one from Unity forums

Here is another one from StackOverflow

Yet another one

And here is the related google search