Retrieve google user from ios extension

后端 未结 3 1860
面向向阳花
面向向阳花 2021-02-18 15:02

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

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-18 15:31

    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.

提交回复
热议问题