Switching my App from UserDefaults to CoreData and CloudKit

I need someone to tell me if it’s possible to switch my whole app from user defaults to core data. My app is pretty data and calculation intensive and I don’t think user defaults is enough to store and retrieve all the data. Also, I need my app to be iCloud enabled so that the user can access their data from any of their devices. (I’m very new to this coding thing and I’ve been using AI for my entire app)

If you're very new to coding, I don't think using AI for the entire app is the way to go. When are you going to learn anything?

Do a search for how to implement SwiftData in your app (rather than CoreData). There is Apple Developer documentation that will help you with this. It also explains how to use CloudKit.

Switching my App from UserDefaults to CoreData and CloudKit
 
 
Q