tidev / titanium-identity

A collection of API's to authenticate with your device: Keychain/Keystore, Touch ID and Face ID
Other
39 stars 28 forks source link

Search for keychains #18

Open macasfaj opened 6 years ago

macasfaj commented 6 years ago

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.

hansemannn commented 6 years ago

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!

macasfaj commented 6 years ago

Thanks @hansemannn I'll have a look into the docs ;)