I am trying to create a share extension for my application which requires to login to Google from the extension. I\'ve setup the sharing group keychain and am able to write from
To do this you need to enable Keychain Sharing in your project's "Capabilities" pane. This will allow both the extension and the main app to share the password.
Apple's documentation on Keychain Sharing is here.