Question

I have db which is kept in Core Data and I need to download full data from some storage. I don't want to write web server for this. Is there any way to store my full data for further downloading? Can I use iCloud for this? Or anything else? Thank you

Was it helpful?

Solution

iCloud is connected to you personal Apple ID, so it would not be possible (or at least not its intended use) to allow others to download data from your iCloud account.

Have a look at Parse or Azure. One of them might be the solution you are looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top