I am new to the iPhone application development. I am planing to develop a new application for iPhone. Which will look similar to the AppStore application in iPhone but the functionality is different.
I would like to get few information regarding the development of this kind of application.
- I want to save some products information in a central database.- is there any db available to store application based information. Or do we need to have our own db servers and use it.
- If the db servers are not available can we develop a webservice application and develop a client application for iPhone and can use the web service- is it possible?
- Which is the best option to develop an application like AppStore or eBay apart from the above mentioned ideas.
Please help.
UPDATE
- Appstore like application means – look and feel is like AppStore.
- eBay like application means- functionality is like eBay.
I will be updating few products information in a db and this application can list all those product information and registered users can buy those products.
the option number
simple restfull service will do.
But what do you mean by AppStore application, because you can not install apps via your own app using the official SDK.