matthewpalmer / Locksmith

A powerful, protocol-oriented library for working with the keychain in Swift.
MIT License
2.92k stars 268 forks source link

Fetch Data from Keychain in iOS uitest Target #194

Open shiva28U opened 6 years ago

shiva28U commented 6 years ago

Im facing issue while fetching data from keychain using loadDataForUserAccount in uitest,what Im trying to do is save data to keychain in dev code and fetch/load from uitest Is that possible or any other Im missing.