-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not saving data swift 3 #163
Comments
Well the issue is only on device. On simulator it works well. I enabled keychain sharing as well, but it not works on phone.. Any ideas? |
same Problem ... |
Well. Now it is working, but actually I didn't know how exactly I was able to fix. I read the documentation about keychain sharing. What I did: |
shingsoso does it work for you as well after doing what I wrote? |
Hello.
Currently I tried to implement the Locksmith, but I still get an error, while it's not saving any data.
`
do {
//Locksmith save usercredentials
try Locksmith.saveData(["user_Id": "12"], forUserAccount: "myUserAccount")
Any ideas? Always getting nil and dictionary [String : Any]? 0 key/value pairs some at the console
The text was updated successfully, but these errors were encountered: