When I try to access keychain it failed with the error **-25308 ** errSecInteractionNotAllowed.
I understand that the FileProvider Extension doest have ViewController, but even when I created a storyboard , a VC for that , then accessing KeyChain using that ViewController also gave me the same error.
Is there any other alternative to get keychain password from FileProvider Extension?