ios8 extension and container app how to share data

后端 未结 3 1941
南方客
南方客 2020-12-09 22:16

I\'m having trouble to share data between iOS 8 extension and container app. I set up the group from develop portal and Xcode, and my entitlements plist both look like:

3条回答
  •  鱼传尺愫
    2020-12-09 22:38

    My solution is edit the Info.plist of my custom keyboard:

    NSExtension -> NSExtensionAttributes -> RequestsOpenAccess

    Make it YES.

    Then delete the keyboard in your device and re-add it. In your keyboard add page you will find a setting named "Allow Full Access", enable it and the keyboard will access the shared data.

提交回复
热议问题