1

I have an application that was built with xcode and packed using 'IceBerg' package maker. After making the package I used codesign command to code-sign the application. So I wouldn't get the 'un-indentified developer' message.

Recently one of our client complained about getting the 'un-indentified developer' message even though the Gatekeeper option is set to 'Map App Store and indentified developers'. It is happening only in this clients system.

What could be the reason? Do you have any advice?

Ramaraj T
  • 5,184
  • 4
  • 35
  • 68
  • This isn't an answer, just a suggestion. One of my colleagues often installs development packages on specific machines by targeting them in his apple development portal. He is an iPhone developer so it may not be the same for your enviroment, but might be worth investigating. – Jay Zelos Apr 18 '13 at 15:27

1 Answers1

0

You should use "productsign" to sign your packages. Please see Gatekeeper Unreleased Notes

Ziggy
  • 332
  • 4
  • 19