ios share data between users [closed]

≡放荡痞女 提交于 2019-12-25 14:48:16

问题


What is the best way to share data between users of the same app - like a shared list of items that only 2 specific users can see and edit. My question is about the data transfer part - is there any service or framework I can use? I would like to avoid creating the server part myself.

Thank you!


回答1:


If you don't want to deal with your own server side implementation then you could use one of the PAS (platform as a service) providers like StackMob, Parse or Azure. They all offer persistent storage via a very simple iOS API. If your needs are simple, you can probably use StackMob for free. Something like Azure or Amazon will give you a lot more features and flexibility, but will cost money after the initial trial is over.




回答2:


Currently there is no such thing. The closest you could get is in terms of API functionality are turn-based matches in Game Center, but the match data can be manipulated only in turns, and therefore this API most likely will not work for you. Running your own server given all those great offers from Google, Amazon, and others, is not a scary thing at all and will reward you with more flexibility.



来源:https://stackoverflow.com/questions/14779936/ios-share-data-between-users

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