Can I use NSUserDefaults with tvOS?

后端 未结 5 2115
囚心锁ツ
囚心锁ツ 2020-12-15 20:57

The App Programming Guide for tvOS briefly states that

There is no persistent local storage for apps on Apple TV. This means that every app d

5条回答
  •  自闭症患者
    2020-12-15 21:06

    According to an Apple Staff member on the devforums, you can use NSUserDefaults on tvOS for up to 500 kb of data:

    https://forums.developer.apple.com/message/50696#50696

提交回复
热议问题