Persistence
Store sharing with extensions
You want a widget extension to read the main app's SwiftData/Core Data store. Select all the correct statements.
Pick all that apply
Store sharing with extensions
You want a widget extension to read the main app's SwiftData/Core Data store. Select all the correct statements.
Pick all that apply
PersistenceShort answerBasics
Which requirements push you to Core Data (or SwiftData) instead of UserDefaults or a plai…
#sqlite
PersistenceShort answerBasics
A teammate says "Core Data is heavy and hard to understand, let's use SQLite directly (or…
#sqlite
PersistenceMultiple choiceBasics
Select all the sound reasons to pick a SQLite-backed relational store (Core Data, SwiftDa…
#sqlite
PersistenceShort answerBasics
Two payment apps from the same team, the main app and a merchant app, have to share one l…
#app-group