简体   繁体   中英

CloudKit for Online Storage

I need to know how to add data on the CloudKit database.

I know that CloudKit has no server side logic (So how do I then see what of my data is on CloudKit public database ?)

How do I then save (pictures, videos, files etc.) to the public database. So that all the other users can download this content on their iPad on a later stage.

I know files will be stored as a CKAsset and can't be more than 250 mb.

I've read up on CloudKit and CKAsset Class Reference from Apple, but I'm still not sure how to use CloudKit. CKAsset Class Reference

Is there a better way to implement online storage in IOS 8 ? CloudKit Storage Apple Developer

Try downloading the CloudKitAtlas sample code . You can also use developer.icloud.com to see what's in your iCloud store.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM