Developing eBay or AppStore like application in iPhone [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this questionI 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.
- you can use SQLite or CoreData on the phone, but I would go with the option number
- Yes you can, use JSON to be fast with a simple restfull service will do.
- This would be the best way.
But what do you mean by AppStore application, because you can not install apps via your own app using the official SDK.
精彩评论