ios - Keychain和iOS版本升级
<p><p>很快或马上就会有很多 iOS 更新。
所以我对与我的应用程序一起存储的钥匙串(keychain)项目有疑问。
我知道即使删除应用程序也会保留哪些项目,但不确定 iOS 更新。</p>
<p>我的问题是:
我的应用程序存储的钥匙串(keychain)项目是否会保留在设备上,因为用户已经更新了他们的设备 iOS 版本(例如从 iOS 7 到 iOS 8)? </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>钥匙串(keychain)项将一直保留,除非您从可执行代码中显式更改钥匙串(keychain)项,并且应用程序具有相同的应用程序标识符。</p>
<p>来自 <a href="https://developer.apple.com/library/ios/documentation/security/conceptual/keychainServConcepts/02concepts/concepts.html#//apple_ref/doc/uid/TP30000897-CH204-TP9" rel="noreferrer noopener nofollow">Apple</a> </p>
<blockquote>
<p>On iPhone, Keychain rights depend on the provisioning profile used to
sign your application. Be sure to consistently use the same
provisioning profile across different versions of your application.</p>
</blockquote></p>
<p style="font-size: 20px;">关于ios - Keychain和iOS版本升级,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/24011321/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/24011321/
</a>
</p>
页:
[1]