0

I would like to run a daily backup of my App's CloudKit (iCloud) container to Google Cloud. Apple have announced that CloudKit now supports server to server requests but I was wondering if this is possible to perform backups and if so, how?

Thank you

Tom Coomer
  • 6,227
  • 12
  • 45
  • 82

1 Answers1

1

CloudKit.js only supports access to public database, but not private database.
You can check Apple's sample or raywenderlich's tutorial on how to do this.

marknote
  • 1,058
  • 8
  • 10