I am a Flex developer and now I have started learning the fundamentals of iOS, Objective-C, and accessing server-side data. Most of the Flex projects I do are mainly in accessing server-side data with Flex from .Net, Python, and Java since we all know data access in Flex is possible only via 3 ways: Http, Web-service, and Remote Object. Out of these 3, Remote Object is the most reliable, fast and handy.
-
My Question is, do we have remote object concept in iOS? I mean is there any interface (like blaze DS, weborb) available on the market for serializing/deserializing Objective-C object type to C#, Java, and python or vice versa?
-
What is the best way to communicate in PHP?
There are many options. Some require using an external library which isn’t in the base SDK. You can check stuff like: http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/
I usually prefer working with PHP and a very simple REST API, but of-course it depends on what you’re building and what your requirements are.