I'm using SecItemAdd to programmatically add a generic password to the keychain.
I can set the 'comment' field and 'description' field but how do I set the 'where' field (and what would you suggest goes in it?)
When a user is prompted that my application is trying to access the keychain there is a 'help' button (?) but is seems to take no action.
How can I add a help anchor to this alert? I guess it's through the keychain item itself but I couldn't see a relative key for this.