objective-c – NSUbiquitousKeyValueStore最大大小

objective-c – NSUbiquitousKeyValueStore最大大小,第1张

概述NSUbiquitousKeyValueStore的最大大小是多少? 我看到了相互矛盾的报道,例如current iOS documentation says 1mb: 但是,如果您在Google上搜索,则可以看到许多对最大大小为64kb的引用: > Sync preference data with iCloud > Beginning IOS 5 Application Development NSUbiquitouskeyvalueStore的最大大小是多少?

我看到了相互矛盾的报道,例如current iOS documentation says 1mb:

但是,如果您在Google上搜索,则可以看到许多对最大大小为64kb的引用:

> Sync preference data with
iCloud
> Beginning IOS 5 Application
Development

我很确定答案是它曾经是64kb并且在某些时候增加了.
有没有人知道是否是这种情况,如果是这样的话,如果进行了更改,是否会影响所有设备或仅影响特定iOS上的设备(例如5.1而不是5.0?)

解决方法 Apple说:

The key-value store is not intended for storing large amounts of data.
It is intended for storing configuration data,preferences,and small
amounts of app-related data

这让我想到,如果你问这个问题,你可能不应该使用键值存储.

话虽如此,苹果只有updated their documentation更新,更高的限制:

We’ve increased the storage limits for iCloud Key Value Store so you
can provIDe an even better experIEnce in your app. Now,the total Key
Value Storage limit is 1 MB per app,the single key limit is 1 MB,and
the total key limit is 1024.

我不确定什么时候生效,但这可能解释了各种来源之间的差异.

总结

以上是内存溢出为你收集整理的objective-c – NSUbiquitousKeyValueStore最大大小全部内容,希望文章能够帮你解决objective-c – NSUbiquitousKeyValueStore最大大小所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/999071.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-21
下一篇 2022-05-21

发表评论

登录后才能评论

评论列表(0条)

保存