Post

Replies

Boosts

Views

Activity

How to observe SwiftData DB changes
How can one observe changes in the SwiftData DB? I'm aware that this is possible via Queries, but I need to fetch the data in background, so a query is not an option. I'm aware of the ModelContext.didSave / .willSave notifications, but these don't work with iOS 17. -> How can I observe changes to models of a certain type? I don't want to observe the whole database.
0
3
894
Aug ’24
iOS App Library Search Keywords
Hey everyone! I'm trying to make an iOS app discoverable (in the App Library) with different keywords than its display name. I've experimented with CFBundleName, but it hasn't worked, and I couldn't find any official documentation on it. Has anyone successfully done this or have any tips? I'd love to hear your insights!
Replies
0
Boosts
0
Views
797
Activity
Jun ’24
Xcode organizer: do crashes automatically reopen?
If a crash get's marked as "Resolved" in Xcode organizer: Will it automatically get reopened if the same issue occurs again in a new/ later app version? If yes: Where is this documented?
Replies
0
Boosts
0
Views
586
Activity
Jul ’24
How to observe SwiftData DB changes
How can one observe changes in the SwiftData DB? I'm aware that this is possible via Queries, but I need to fetch the data in background, so a query is not an option. I'm aware of the ModelContext.didSave / .willSave notifications, but these don't work with iOS 17. -> How can I observe changes to models of a certain type? I don't want to observe the whole database.
Replies
0
Boosts
3
Views
894
Activity
Aug ’24