You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing tests with this module and, congratulations, it's great.
I have a doubt. I want to use it to access my digital signature, installed on an iPhone, to later use it to sign documents. Can I do this with the current module?
I'm reading Apple doc and I've found some methods like this: SecItemCopyMatching.
Thanks.
The text was updated successfully, but these errors were encountered:
Hey there! This is currently not supported as part of this module, as the focus is around saving own items to the keychains (and eventually share it with other apps of the same app group).
But: It looks like the API should be pretty straight forward looking at these Apple docs, so you could give it a try!
I'm doing tests with this module and, congratulations, it's great.
I have a doubt. I want to use it to access my digital signature, installed on an iPhone, to later use it to sign documents. Can I do this with the current module?
I'm reading Apple doc and I've found some methods like this: SecItemCopyMatching.
Thanks.
The text was updated successfully, but these errors were encountered: