Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSUserDefaults にサイズ制限はありますか? それは何ですか?
このような制限により、アプリがクラッシュする可能性があるのではないかと心配しています。
いいえ、NSUserDefaultsデバイス自体のストレージ容量を除けば、サイズの制限はありません。
NSUserDefaults
たとえば、ユーザーがボタンを押すたびにタイムスタンプを記録するなど、動的な量の変数を保存している場合は、SQL データベースを実装することをお勧めします。