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.
You can use either XML or JSON. JSON is considered more light weight than XML though.