Scrungepipes
Scrungepipes

Reputation: 37590

Is it possible to download Objective-C and execute it within Webkit?

I'm investigating the feasibility of developing a native (hybrid) app based on HTML/Javascript (using UIWebView) that once installed is capable of downloading and executing more html and javascript and objective-c*. The Objective-C code would be invoked by the HTML/Javascript code.

I'm thinking the Objective-C would have to be complied into a static library. Would this work, or are there any other means/mechanisms available?

Note how it says scripts and code can be downloaded and run by Webkit.

Upvotes: 0

Views: 319

Answers (1)

Björn Kaiser
Björn Kaiser

Reputation: 9912

HTML/JS/CSS should be fine, but downloading and executing Objective-C code is not allowed by Apple and will result in rejection/quick removal of your app from the App Store

Upvotes: 2

Related Questions