I have a Core Data question.
You need to persist an arbitrary [Int] from a remote API. The array is never queried, only stored, updated and retrieved. It also needs to work with NSPersistentCloudKitContainer.
Which approach would you choose and why?
I’m interested in the reasoning behind your choice.
| String ("1,2,3,4") | |
| Transformable | |
| Binary Data (Data) | |
| Something else |
