CloudKit Tutorial: Getting Started

hi,

Would you recommend cloud kit for in-game currency/items? is the data secure from the user as well as from everyday else?

So if you want your users app data sync from all devices you have to use CloudKit? Is that different from iCloud?

I checked into the cloudkit dashboard today and Apple has changed it significantly. I used to be able to check out my data pretty easily, but I’m having trouble figuring out the new layout. Maybe I’m just missing something.

Any suggestions?

Check the video from WWDC
https://developer.apple.com/videos/play/wwdc2017/226/

Here’s why. Found within “UserInfo.swift”.

func loggedInToICloud(_ completion: (_ accountStatus: CKAccountStatus, _ error: NSError?) -> ()) {
    // Capability not yet implemented.
    completion(.couldNotDetermine, nil)
  }

This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]