Hi all,
I am trying to create a iPhone app that allows the users to upload a image and allows other users in the same group to share their views on that image. I have successfully implemented the upload and download of the images using a .NET web service(xml parsing of the NSData obtained from NSRequest) . The next step is to create user accounts and maintain a data base for the users and their comments on the server. Any suggestions on this would be greatly appreciated.
Thanks,
Jacob