I am creating application which has audio files (mp3 and others) as results and I want to give user many options where to save result files. So I am thinking about iCloud and how to implement it. I am just confused with some informations that I found. So if it would be possible and you could clear it for me.
Thanks for responses
A good tutorial for iCloud can be found here: http://www.raywenderlich.com/6015/beginning-icloud-in-ios-5-tutorial-part-1
2 You have to save the files to iCloud yourself. You are in charge of what should go to iCloud and what files not. The same is true for CloudKit.
For CloudKit there is a difference between private an public storage. If you save files to the private storage (can only be read by user that created it) then the storage counts against that users usage. If you save to a public storage then the amount of free storage grows with every user. For more info see: https://developer.apple.com/icloud/
Right, the users own quota is all that counts. Files can be made accessible for the same user with other apps like iCloud Drive.
Extra info: When saving files to CloudKit in a public storage, then you could easily create a mechanism to share those files with other users. With iCloud drive that would be more difficult
CloudKit is meant for data storage. you can store files, but iCloud documents is for storing files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With