kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

how do we load all saved accounts for the same service? #172

Closed ilovefood2 closed 5 years ago

ilovefood2 commented 5 years ago

I'm looking for a way to load / count all saved accounts in keychain by same service/app.

how can we do it with UICKeyChainStore ?

many thanks