Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Deleting password returns false but no error #190

Open
aleksanderaleksic opened this issue Mar 6, 2018 · 0 comments
Open

Deleting password returns false but no error #190

aleksanderaleksic opened this issue Mar 6, 2018 · 0 comments

Comments

@aleksanderaleksic
Copy link

Im trying call the
SAMKeychain.deletePassword(forService: String, account: String, error: NSErrorPointer)
but it returns false and the error pointer is nil.
Any suggestion on how to figure out whats wrong?

this is my implementation:

let error:NSErrorPointer = nil
let v = SAMKeychain.deletePassword(forService: service, account: Key.account, error: error)
return (v,error?.pointee)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant