iOS 8 data sharing between users

心不动则不痛 提交于 2020-01-02 14:31:52

问题


I'm new to iOS. I need to create a small app that allows registered users to share particular data between them and I'm looking for the best solution. I know I could create a server, which handle user authentication, pushing notifications and sharing data between them, but maybe there is a simpler and better way. I saw iOS 8 introduced CloudKit, but I haven't a chance to test it. Do you think it could meet my expectations?

Thanks for help.


回答1:


You could take a look into Parse or other same services.

CloudKit on the other hand also has capabilities that you are looking for. But this would not be available in versions below iOS 8

CloudKit provides you with Authentication, private and public database, structured and asset storage services - all for free with very high limits.

CloudKit



来源:https://stackoverflow.com/questions/26014020/ios-8-data-sharing-between-users

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!