About 1,240,000 results
Open links in new tab
  1. Newest 'cloudkit' Questions - Stack Overflow

    I have an iOS project with CloudKit, Background, and Remote Notifications enabled. I have specified an @Model type that matches the name of the record in the CloudKit database.

  2. cloudkit - Using SwiftData how does one sync a public database?

    Jul 11, 2024 · I have an iOS project with CloudKit, Background, and Remote Notifications enabled. I have specified an @Model type that matches the name of the record in the CloudKit …

  3. cloudkit - See owner name when joining a public shared iCloud …

    Jun 17, 2025 · 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 …

  4. ios - How to Share a CloudKit Record with Multiple Participants …

    Jan 16, 2025 · CloudKit doesn't really support what you are trying to accomplish. A given CKShare is associated with either an entire record zone or with a single record hierarchy …

  5. What is the difference between iCloud Drive and CloudKit?

    May 3, 2017 · CloudKit CloudKit provides authentication, a private and a public database, and structured asset storage services. CloudKit is a framework that allows an app to connect to …

  6. Field 'recordName' is not marked queryable - cloudkit dashboard

    Oct 18, 2021 · Without creating index on recordName, I cannot query the record in cloudKit Dashboard. I get error: Field 'recordName' is not marked queryable How to create index on …

  7. flutter - CloudKit equivalent for Android - Stack Overflow

    Apr 23, 2024 · I’m wondering if there is something like CloudKit on iOS but with Google on Android. I need a way to sync preferences in the cloud without having a user create an …

  8. Error: Failed to staple your application with code: 65 Electron App

    Sep 4, 2024 · CloudKit query for Ringer.app (2/6616b14b31693a2da25c1fec0581258b1cdbfa19) failed due to "Record not found". Ive tried a number of thun gs to try and fix this like using …

  9. Unique properties of SwiftData Models when using CloudKit

    Dec 13, 2023 · 9 Unfortunately the .unique attribute is not available for SwiftData model properties when using CloudKit. Is there a best practice to setup a constraint like this for my own …

  10. Can I use CloudKit on Android or web-based app? - Stack Overflow

    Jul 3, 2014 · See CloudKit for an example, and see CloudKit JS Data Types for details on the CloudKit.CloudKitConfig properties you can set. Now you can use the …