質問

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