pdateApplicationContext发送钥匙串值是否安

pdateApplicationContext发送钥匙串值是否安

本文介绍了使用updateApplicationContext发送钥匙串值是否安全?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在watchOS 2中,不再有共享的钥匙串.

In watchOS 2, there are no more shared keychains.

如果我想从iOS应用程序向Watch应用程序发送钥匙串值,通过WCSession updateApplicationContext发送它是否安全?

If I want to send a keychain value from the iOS app to the Watch app, is it safe to send it via WCSession updateApplicationContext?

推荐答案

Apple的回复:

此处是安全白皮书"的链接. https://www.apple.com/business/docs/iOS_Security_Guide.pdf

Here is a link to the Security White Paper.https://www.apple.com/business/docs/iOS_Security_Guide.pdf

在运输过程中,您应该看一下"Apple Watch"应用程序安全性"下的部分.对于容器的相关部分安全性,您应该查看文件数据保护"部分在加密和数据保护"下.

For the in-transit part, you should take a look at the "Apple Watch"section under "App Security". For the pertinent part of containersecurity, you should take a look at the "File Data Protection" sectionunder "Encryption and Data Protection".

这篇关于使用updateApplicationContext发送钥匙串值是否安全?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 20:43