【发布时间】:2026-01-08 04:20:04
【问题描述】:
我想在我的应用和 Sirikit 扩展程序之间启用钥匙串共享。 我为 app 和 Sirikit 添加了具有相同字符串的钥匙串访问组。 还为具有相同字符串的两个目标添加了 App 组。 我使用 Locksmith 作为钥匙串包装器,它还使用 kSecAttrAccessGroup 属性,其值为 teamID + 钥匙串访问组 ID。但是当我尝试从 siri 扩展运行时出现以下错误:
CredStore - performQuery - Error copying matching creds. Error=-25300, query={class = inet;
"m_Limit" = "m_LimitAll";
ptcl = htps;
"r_Attributes" = 1;
srvr = "appurl.com";
sync = syna;
}
感谢任何指导。谢谢
【问题讨论】: