Sending data remotely from iPhone native apps to Rails apps
Posted
by jpartogi
on Stack Overflow
See other posts from Stack Overflow
or by jpartogi
Published on 2010-05-16T09:12:34Z
Indexed on
2010/05/16
9:20 UTC
Read the original article
Hit count: 361
Dear all,
I have decided to develop a native iPhone apps as a compliment to our webapps. Now I am wondering what are my options to send data remotely from the iPhone apps - since the database is online - to our online database. What I can think of on top of my head - since I come from web dev background - is JSON. My webapps is built using Rails, so I figure it would not be difficult to accept JSON request from the iPhone apps. But the next question is, is it difficult to send JSON data remotely from the iPhone apps? If JSON is not recommendable, what are my other options?
Thank you so much for the assistance. Really appreciate it.
© Stack Overflow or respective owner