SwiftData Migrations & Working with Core Data

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Introduction

In this lesson, you’ll learn about SwiftData migrations, a feature that will help with your app as it changes in future versions. SwiftData migrations will make it possible for people’s data to be safe as you change the schema. Additionally, you’ll learn how to migrate from a Core Data app to a SwiftData app.

See forum comments
Download course materials from Github
Previous: Lesson 4: CloudKit Support & Extending SwiftData Apps Quiz Next: Migrations & Working with Core Data Instruction