Share between an iOS extension and its containing app with the keychain?

后端 未结 4 1468
渐次进展
渐次进展 2021-02-07 03:43

I understand I can share data between my share extension and its containing app by enabling app groups and using NSUserDefaults (see Sharing data between an iOS 8 share extensio

4条回答
  •  情歌与酒
    2021-02-07 04:30

    Use KeychainItemWrapper Class from the following link and pass your group identifier as accessgroup.

    https://developer.apple.com/library/ios/samplecode/GenericKeychain/Listings/Classes_KeychainItemWrapper_m.html

提交回复
热议问题