iPhone apps: Webapps or native?
Posted
by jpartogi
on Stack Overflow
See other posts from Stack Overflow
or by jpartogi
Published on 2010-05-16T00:48:28Z
Indexed on
2010/05/16
0:50 UTC
Read the original article
Hit count: 486
Hi all,
I am planning to create an iPhone apps version for our online webapps. I am still new to iPhone apps development so I don't know whether to choose iPhone native or a webapps that runs on iPhone browser.
The requirement is actually pretty basic. The iPhone apps need to submit data and get data from the database that is also used by the webapps. User would have the same access to the webapps, only I want this specific to iPhone, as the user experience would be different using a webapps and iPhone apps. I am also interested to sell the application on Apple store.
Based on your experience, what would be better for this kind of requirement, iPhone native or webapps? What are the drawbacks building a native iPhone apps and webapps that runs on iPhone browser? Also, am I only limited to Objective-C to build a native iPhone apps? Or is there any other framework for that?
Please be gentle on me, I am not starting a flamewar.
© Stack Overflow or respective owner