jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Apple SignIn email is not retrieving #178

Open chawda opened 1 year ago

chawda commented 1 year ago

I had saved apple identifier and its hidden email in Keychain using other utility. Now while trying to fetch using this library, I am able to get apple identifier, but that email address is not retrieving. Used data and string format to fetch and data is also 0 bytes.