I’m making an iOS app with In-App purchase, thinking about storing user’s plan selection in SwiftData.
I wonder if it’s possible that an user can modify SwiftData SQLite data directly with some editor tools.
If it’s possible, I cannot use SwiftData/CoreData for storing user’s plan selection.
Is this possible or not?