title: CloudKit - Intro, Pricing, Terms, & Definitions
Youtube_Thumbnail: https://img.youtube.com/vi/mXGg-iwZNUA/hqdefault.jpg
sources: https://www.youtube.com/watch?v=mXGg-iwZNUA
media_link: https://www.youtube.com/watch?v=mXGg-iwZNUA
Authors: "[[Sean Allen]]"
contentPublished: 2021-07-27
noteCreated: 2025-08-27
description: Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
tags:
- clippings
- video
takeaways:
subjects:
- "[[CloudKit]]"
Status: âś… Read
publish: true
Youtube_Duration: 17:25Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
DDGLocation could be a record type with properties like name, address, and description.DDGLocation record type.DDGProfile (representing a user) could have a CKReference to a DDGLocation to indicate that the user is "checked into" that specific location.NSOperation, allowing for advanced features such as:
CKOperation is the fundamental "workhorse" for most complex CloudKit interactions.CKOperation that simplifies common CloudKit tasks with less boilerplate code.CKOperation: The Convenience API handles many routine tasks, but CKOperation is used when more control, batching, or advanced features like partial record fetching are required.