Loading and executing a Lua script from within an app

Is there anyway to design an app (for iPhone) that once compiled and installed on the iPhone the app could load/import a module (Lua script) from the internet and then execute that module (Lua script).

I imagine that even if this is possible it would violate some Apple iPhone Developer Agreement clause. [import]uid: 295 topic_id: 1645 reply_id: 301645[/import]

first, it would violate apple’s agreement… also would create all sorts of security holes.

we disable running all external scripts

Carlos

[import]uid: 24 topic_id: 1645 reply_id: 4759[/import]