特定于应用的 UIPasteboard 的内容物理存储在设备上的什么位置?
这是 iTunes 备份设备时备份的内容吗?
那么,就安全性而言,是否希望对发送到 UIPasteboard 的数据进行加密?
来自 UIPasteboard Class Reference :
A pasteboard is a named region of memory where data can be shared. There are two system pasteboards: the General pasteboard (UIPasteboardNameGeneral) and the Find pasteboard (UIPasteboardNameFind. You can use the General pasteboard for copy-paste operations involving any kind of data; the Find pasteboard, which is used in search operations, holds the most recent string value in the search bar.
有关特定应用粘贴板的信息:
Apps can also create pasteboards for their own use or for use by other apps that have the same team ID. A pasteboard must be identified by a unique name. You may also mark an app-specific pasteboard as persistent, so that it continues to exist past the termination of the app and past system reboots.
但是,文档没有指定这些项目的存储位置。
关于ios - UIPasteboard 的物理位置在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22024738/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |