Calling Lua scripts from iOS app

10,442

There's no problem with running Lua code on iOS. The only thing that is banned by Apple is executing scripts that were downloaded from the network. All your executable code should be either bundled along with your app or user-created. For example, there's a great Lua IDE for the iPad called Codea.

For the technical side of your question please see Lua on the iPhone?

Share:
10,442
Androider
Author by

Androider

Updated on November 21, 2022

Comments

  • Androider
    Androider over 1 year

    How would one call a Lua script from a block of Objective-C in an iOS app? Also, would an app that calls Lua scripts be accepted by Apple's review process?

    • Androider
      Androider over 12 years
      I'm the only one that wants to run LUA on IOS?