Read from keychain results in errSecItemNotFound 25300

后端 未结 3 1778
眼角桃花
眼角桃花 2021-01-05 06:40

I store username & password using keychain, sometimes when I tried to get the password of the username, it told me errSecItemNotFound.

I keep that t

3条回答
  •  渐次进展
    2021-01-05 06:55

    @graver

    http://opensource.apple.com/source/Security/Security-55471/sec/Security/SecBasePriv.h

    errSecMissingEntitlement = -34018, /* Internal error when a required entitlement isn't present. */

提交回复
热议问题