开发者

Writing to iPhone keychaing using apple KeyChainItemWrapper

开发者 https://www.devze.com 2023-02-08 16:22 出处:网络
I used KeyChainItemWrapper class form apple to write to the iPhone key chain. In the first occurrence I was able to write to key c开发者_JS百科hain using an identifier. The retrieval also works perfec

I used KeyChainItemWrapper class form apple to write to the iPhone key chain. In the first occurrence I was able to write to key c开发者_JS百科hain using an identifier. The retrieval also works perfectly. However I changed this identifier and from 2nd time onwards that iPhone key chain wont allow me to write any value to kSecValueData using a different identifier. However in the first time itself it works but not with different identifiers after that. What can be the issue here?

Thank you

0

精彩评论

暂无评论...
验证码 换一张
取 消