In a web application, I mean a Safari-oriented website on the iPhone that can run βofflineβ (using the cache manifest file, JavaScript database, full screen from the screen on the main screen.)
The user interface as a web application is beautiful after installing it, so there is no need for it to be native, and perhaps the application delivered in this way could work on other platforms (mobile and computer browsers). m it is known that there are many hardware / API functions that cannot be accessed in this way, but this is not a problem.
The App Store provides an opportunity to sell the application, as well as a central directory for users to find it. A mobile application delivered over the Internet without these benefits is facing a tough battle.
In addition, I would like to be able to use the existing HTML / JavaScript / CSS base (and skills) instead of porting to a new language, etc. Not to mention the fact that the development of an OSX machine is not required.
I did not see anything on the Apple website, noting this, they are focused on the "native" C / Cocoa objects. One option would be to develop a native iPhone application that provides a webkit surface for HTML / JavaScript.
source share