NSUbiquitousKeyValueStore

NSUbiquitousKeyValueStore

本文介绍了依靠NSUbiquitousKeyValueStore存储基本数据是否安全?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我了解到 NSUbiquitousKeyValueStore 始终可用,当中说明如下:

However, in their documentation, Apple says the following:

我是否忽略了不使用<$ c $时可能出现的问题c> NSUserDefaults (或其他离线商店)作为备份?或者Apple是否过度保护,依赖 NSUbiquitousKeyValueStore

Do I overlook issues that might arise when not using NSUserDefaults (or another offline store) as back-up? Or is Apple being overprotective and is it safe to rely on NSUbiquitousKeyValueStore?

推荐答案

以下关于这个问题:

Julien commented the following about this question:

这篇关于依靠NSUbiquitousKeyValueStore存储基本数据是否安全?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 05:25