简体   繁体   中英

iOS keychain: value not found

I write something into the keychain on a device with an older version of my project; then, I'd like to restore it with a new version - but I don't get any value back.

I'm doing the exact same thing, I use the same provisioning profile, bundle identifier... What could be the reason for not getting a value back with my newer project version? The query is the exact same one (using SFHFKeychainUtils):

(NSMutableDictionary *) $17 = 0x00982fd0 {
    acct = "com.abc.def.ghi.jkl.1";
    class = genp;
    svce = "SOME-THING";
}

我认为SFHFKeychainUtils与codesign证书相关联,您应该再次检查代码签名的标识和设置配置文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM