简体   繁体   English

具有Web服务访问权限的iPhone App

[英]iPhone App with Web Service Access

I have been asked to write a compliment website/service for an iPhone app. 我被要求为iPhone应用程序编写一个免费网站/服务。

The app creates images. 该应用程序创建图像。 The author wants these images to be uploaded onto the server, into their personal storage area. 作者希望将这些图像上传到服务器上,并保存到其个人存储区域中。 These images need to be able to be pulled down to the iPhone later for editing. 这些图像需要能够在以后拉至iPhone进行编辑。 The user will be able to use the website as well to see these images. 用户还将能够使用该网站来查看这些图像。

I have yet to decide (or understand) what the best way of implementing this would be. 我尚未决定(或了解)实现此目标的最佳方法。 And with no experience with iPhone development I have no idea what it can actually handle. 由于没有iPhone开发经验,我不知道它实际上可以处理什么。

Uploading and downloading images is trivial using NSURL and associated classes. 使用NSURL和关联的类来上传和下载图像很简单。 You just open the URL, write/read the file and you're done. 您只需打开URL,写入/读取文件即可。

See The URL Loading System to get started. 请参阅URL加载系统以开始使用。

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

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