Search code examples
iosios4iphone-sdk-3.0

iPhone: making web calls to example.com API


I want to verify that from my iPhone App, I can call my custom website API (PHP) and send/receive information without any issues. If so, if there a preferred transaction language? XML, JSON, something else?

I'm just not sure if any web calls need to be made through SSL only or not... just a harmless question.


Solution

  • You can use either XML or JSON. JSON is considered more light weight than XML though.