I've created two simple mac apps that both are configured with the same keychain access group. I tried inserting a keychain record from App A and then reading it from App B.
When App B requests the keychain entry, I get a system prompt saying "App B wants to use your confidential information stored in <redacted> in your keychain." and I have to enter my password to approve the request.
My understanding was that setting keychain access groups would obviate the need for a system prompt. Is that an incorrect assumption? Or is there something mis-configured here?
Any pointers or advice would be appreciated. Thanks.