Search code examples
iosiphonecloudkit

CloudKit in order to shared data between users


I was wondering if it would be possible to create an app which would be able to share data between iOS users.

For exemple,

Basically my app would allow a user to create an "Event" and add a list of "Friends". Those would also have access to this event and they will be able to interact with this event. Plus for any critical modification, all the friends have to be notified by a push notification.

Does CloudKit have those features ?


Solution

  • This could work for you, yes.

    CloudKit provides complementary services for managing the transfer of data to and from iCloud servers.

    Reference