iOS在用户之间共享数据 [英] ios share data between users

查看:120
本文介绍了iOS在用户之间共享数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在同一应用程序的用户之间共享数据的最佳方法是什么-例如只有2个特定用户才能查看和编辑的项目共享列表。
我的问题是关于数据传输的部分-我可以使用任何服务或框架吗?我想避免自己创建服务器部件。

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.

谢谢!

推荐答案

如果您不想处理自己的服务器端实现,则可以使用诸如StackMob,Parse或Azure的PAS(平台即服务)提供程序之一。它们都通过非常简单的iOS API提供持久存储。如果您的需求很简单,则可以免费使用StackMob。诸如Azure或Amazon之类的东西将为您提供更多功能和灵活性,但在初始试用期结束后将花费金钱。

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.

这篇关于iOS在用户之间共享数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆