Post

Replies

Boosts

Views

Activity

Reply to iOS App does not appear in App Store search results
There is some Algorithm behind. Nobody tells you how it exactly works. But downloads, revenue and reviews make a difference. Just be happy if it appears when you search for the exact app name :)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to CoreData+CloudKit Model Migration Failing
I just figured out that this issue can occur when CD_entityName indexes aren't available or deleted (SORTABLE, SEARCHABLE, QUERYABLE). Adding them might help (at least for me).
Replies
Boosts
Views
Activity
Jun ’22
Reply to NSCloudKitMirroringExportRequest issues
I just figured out that this issue can occur when CD_entityName indexes aren't available or deleted (SORTABLE, SEARCHABLE, QUERYABLE). Adding them might help (at least for me).
Replies
Boosts
Views
Activity
Jun ’22
Reply to Sorry, something went wrong. Try your request again. If the problem continues, contact us.
Same here
Replies
Boosts
Views
Activity
May ’22
Reply to SwiftUI Mac OS toolbar at top of sheet window?
If you use Mac Catalyst, this should work. If you use the native macOS target, they appear at the bottom (because of Design Guidelines).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Hide separators in List (SwiftUI)
Just wanted to tell that this feature is now available in iOS 15 .listRowSeparator(.hidden)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Hide separators in List (SwiftUI)
Just wanted to tell that this feature is now available in iOS 15
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Add NSManagedObject to existing CKShare
Have the same issue. I can only update the existing shared objects, but if I add children objects to the shared root object, these aren't shared across users.
Replies
Boosts
Views
Activity
Jul ’21