Search code examples
iosnscodingnskeyedarchiver

Does NSCoding / NSKeyedArchiving data persist through a major iOS update?


Will the data persist through a major update, such as from iOS 10 to iOS 11? Any reason it might not?


Solution

  • Yes, the data will persist after an update or a restore/backup as well. It only disappears from the device when the application gets deleted or you erase the app cache (it's possible on a jailbroken device or with iFunBox etc.)