There are many data persistence options available on iOS. This course, iOS Data Persistence The Big Picture, will teach you how to simplify a lot of information into the main picture options for saving data on iOS. As you start to explore the data persistence landscape, you'll first learn about the reasons why data is important. Next, I will show you how to use technology like Property Lists and User Defaults. Finally, I will explain how to work with Swift’s Encodable or Decodable protocols. If you decide to use SQLite Core Data or Realm Database for local persistence, you will know what you are getting into. It will be easy to access remote data storage options like CloudKit or Realm Platform. Finally, you'll get a clear understanding of how it feels to create a document-based app and integrate your app data with the iOS Files. You will be able to make informed decisions about the data storage plan that you want for your iOS app once you have completed this course.