Currently have developed a .NET CMS for my web portal. Can the same CMS be used for the iphone application with the help of XMLParsing or should develop a new CMS in xcode. I am new to iphone development.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CMS should be developed in server side. iPhone App is recommended to act as a mobile interface for fetching data from server side & sending commands to server side.
Communication in-between can use XML or JSON or even SOAP .