简体   繁体   English

iOS 应用程序的文件服务器

[英]File server for iOS app

I am working on an iOS app and have been stumped for the last few days trying to figure out how to set up a server to receive and serve data to the app.我正在开发一个 iOS 应用程序,过去几天一直在试图弄清楚如何设置服务器来接收和提供数据给应用程序。 I have no experience with servers, which is making it difficult.我没有使用服务器的经验,这使它变得困难。 I need to simply be able to upload and download NSData or plists (XML files).我只需要能够上传和下载 NSData 或 plists(XML 文件)。 I looked into Google App Engine but got stumped.我查看了 Google App Engine,但被难住了。 Could anyone provide some direction?有人可以提供一些方向吗? I would truly appreciate it.我真的很感激。 This is the last major obstacle to completing the app I am working on.这是完成我正在开发的应用程序的最后一个主要障碍。

Thank you谢谢

I would recommend looking into Amazon S3 .我建议研究一下Amazon S3 It is a simple file server that uses HTTP.它是一个使用 HTTP 的简单文件服务器。 Can't get much simpler than that, and does not require you to build anything server side.没有比这更简单的了,并且不需要您构建任何服务器端。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM