objective c - Using TinyPic.com (or another site) to store user's images in my iPhone app -


I am writing an iPhone app and in reality there is no resource to rent SQL server space to store user pictures . / P>

Is there any other way? Can a site like TinyPic.com be used?

What purpose-c code could I use to send / store a picture ... and then later it could recover as needed?

You can create a list of sites for this purpose: imageshack, yfrog, tinypic Because there is a different use allowance in each site. Some sites allow you to upload large images, some sites do not allow some sites to allow you to upload an unlimited number of images, nothing.

Regarding the code, generally, they have an API that you have to call to get a job. And for return, they have a good XML-structured format, which you have to parse. For an example, look at my current project uses this


Comments