I am in the very initial stages of developing a web application. the requirement is that the same application should also be developed as a native ios application for ipad later. I have chosen the following method. do let me know if there is going to be any problem if i take this approach.
Exposing the common functionality as a RESTful webservice using Microsoft WCF.
Developing an asp.net MVC 3 web application. it will consume the RESTful webservice for required functionalities. - Phase I of the project
Developing the ios application using objective C for ipad. it will consume the RESTful webservice for required functionalities. - Phase II of the project
I never worked on anything other than Microsoft .net technologies for application development. For ios application development i will be getting enough time to learn and develop the application, but we have to deliver the first leg of the project(web application) as soon as possible and at the same time i would like to make sure that the web service we are developing now can be used later in the ios application development.
Let me know if there is any better way to do this. thanks in advance