Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can an iphone app developed using html5 be sold through Apple store?

Tags:

iphone

Can an iphone app developed using html5, CSS and Javascript be sold through Apple store ?

like image 380
Ratan Avatar asked Oct 12 '10 09:10

Ratan


1 Answers

You can develop almost all of an app using HTML5/CSS/Javascript. 99.9% etc.

However at least a tiny portion (from a short template or a library) needs to be in Objective C to initialize a UIWebView containing the HTML web app source files, and the app bundle will need to be built using Xcode for submission to the App store.

Apple may or may not require some additional functionality beyond that of a simple web app before accepting an app into the App store. (There have been anecdotal reports both ways.)

like image 107
hotpaw2 Avatar answered Sep 29 '22 08:09

hotpaw2