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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top