Search code examples
iosxcodeicloud

public iCloud Data


for my new app, I need to save data generated by the user (e.g. gps positions). First I thought I save these data within the icloud storage.

Problem is, I would like to add the possibility to share a few data with friends. Therefore these data needs to be public.

Is this possible within icloud?

Thanks


Solution

  • You can use CloudKit for that:

    With CloudKit, you can focus on your client-side app development and let iCloud eliminate the need to write server-side application logic. CloudKit provides you with Authentication, private and public database, structured and asset storage services