Closed ElectrumDevelopment closed 5 years ago
let deviceID = KeychainWrapper.defaultKeychainWrapper.string(forKey:"userID") as String!
Thats what my code is right now.
If I switch to let deviceID = KeychainWrapper.standard.string(forKey:"userID") as String! will it be an empty key?
No, it will not be an empty key, it will return the same value as before
let deviceID = KeychainWrapper.defaultKeychainWrapper.string(forKey:"userID") as String!
Thats what my code is right now.
If I switch to let deviceID = KeychainWrapper.standard.string(forKey:"userID") as String! will it be an empty key?