I am trying to share keychain data between my app and my custom IOS keyboard extension.
Whenever I try to access the keychain from the keyboard extension I get the error:
OSStatus error:[-25291] No keychain is available. You may need to restart your computer.
This is odd because I can access the keychain without any problems from the parent app. I was wondering if a IOS keyboard extension can even access the keychain of its parent app? or if it can even access the IOS keychain at all?
I found this post but I am not sure if that is the answer since it does not once talk about keychain sharing and using entitlements etc....