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

Deleting password returns false but no error #190

@aleksanderaleksic

Description

@aleksanderaleksic

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions