Skip to main content
5 votes
1 answer
63 views

I've been trying to get the server to server request for quite some time, but unfortunately I keep getting this error: 2025-11-19T03:19:29Z:"mybody":/database/1/"mycontainer"/...
valentine's user avatar
0 votes
0 answers
44 views

The core issue seems to be that while we receive CloudKit notifications and can access the data after app restart, the NSPersistentCloudKitContainer doesn't seem to be processing remote changes in ...
SwiftWarrior's user avatar
  • 1,464
2 votes
1 answer
72 views

I’m building a SwiftUI app that integrates with iCloud Drive. The goal is for the app’s Documents folder to appear in the user’s iCloud Drive, just like other apps that expose their folders. I have ...
markb's user avatar
  • 1,381
1 vote
0 answers
66 views

I'm working on an independent watchOS app and I was looking for the best solution to persist data locally and have an online sync with the iCloud storage. I've found out about the SwiftData which is ...
kachmashk's user avatar
0 votes
1 answer
75 views

This is a warning I had when trying to use UICloudSharingController with preparationHandler: Use -[UIActivityViewController initWithActivityItemsConfiguration:] and pass it a ...
Bartłomiej Semańczyk's user avatar
2 votes
0 answers
77 views

I have a macOS app which uses CloudKit. I'm trying to deliver remote notifications for database record changes, but I didn't get any notifications through. I've set everything correctly and according ...
Tritonal's user avatar
  • 881
0 votes
0 answers
78 views

Background: My app successfully uses CloudKit syncing, and syncing works reliably in general. I'm using multiple .xcconfig files to distinguish between Debug and Release builds. These define ...
appfrosch's user avatar
  • 1,426
0 votes
2 answers
163 views

I have two selectable lists, the first is populated with Category model objects and the second with Subcategory model objects (which are taken from selected Category value of the first list). When I ...
Ser Pounce's user avatar
  • 14.3k
1 vote
0 answers
73 views

I have an iOS app that uses CloudKit to allow users to share data with other users through iCloud. One user joins another user's record through the shareURL from a CKShare created by the record owner, ...
gohnjanotis's user avatar
  • 7,746
0 votes
0 answers
61 views

How to migrate if the following problem occurs? The current Coredata and CloudKit database contains records which do not use allowCloudEncryption. Since we thought of advanced data protection for user'...
FE_Tech's user avatar
  • 1,812
0 votes
1 answer
117 views

The app I'm working on aims to show its users one unique Item per day. The Item has an associated ItemText and ItemImage. All Items are created when the user installs the app (see the create() ...
zkvvoob's user avatar
  • 496
0 votes
0 answers
32 views

A user has accidentally deleted a root record that removes all data from the user. The data is stored in Cloudkit CoreData with Transaction History enabled. I have noticed in the CoreData database ...
user14341201's user avatar
0 votes
1 answer
57 views

I need to know the source of the changed coredata objects returned from NSManagedObjectContextObjectsDidChange. I have some shared objects, and want to send a notification if the source is other than ...
Elijah's user avatar
  • 8,650
0 votes
0 answers
16 views

In core-data I have a contact and location entity. I have one-to-many relationship from contact to locations and one-to-one from location to contact. I create contact in a seperate view and save it. ...
vrao's user avatar
  • 685
0 votes
1 answer
50 views

I have setup push notifications and updates in CK are updating UI well. The issue I have is Syncing between Core Data and CK. It's set to use NSPersistentCloudKitContainer with ...
drewglew's user avatar
  • 148

15 30 50 per page
1
2 3 4 5
158