[ios & cloud]iOS开发的云存储服务?
我正在寻找一些网络服务来存储 iOS 应用程序中的一些数据。
ASIHttpRequest支持两种云服务
http://allseeing-i.com/ASIHTTPRequest/Cloud-Files http://allseeing-i.com/ASIHTTPRequest/S3
Restkit 很好的沟通方式。
我不确定我能在这里得到一些答案。只是想要任何线索或建议(如果您可以分享)。
我的目的是为此寻找一些免费的存储服务。有存在的吗?
谢谢
I am looking for some web service for storing some data from iOS applications.
ASIHttpRequest supports two cloud service
http://allseeing-i.com/ASIHTTPRequest/Cloud-Files
http://allseeing-i.com/ASIHTTPRequest/S3
Restkit is good way for communication.
I am not sure I can get some answers here. Just want any clues or suggest if you can share.
My purpose is to look for some free storage service for this. Are there any existed ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,苹果最近发布了 iCloud,但它仍处于 NDA 状态,因此我们无法讨论其开发影响。如果您只是在寻找存储文件的地方,我会推荐 Amazon S3。您可以使用上面的 S3 链接或适用于 iOS 的官方 Amazon AWS SDK:
http://aws.amazon .com/sdkforios/
Obviously Apple recently announced iCloud, but it is still under NDA so we cannot discuss the development implications. If you are just looking for a place to store files, I would recommend Amazon S3. You can use the link you have above for S3 or the official Amazon AWS SDK for iOS:
http://aws.amazon.com/sdkforios/