Comment on Defold - Win/Mac/Linux/Android/iOS game engineComments−cmwelsh13yIs this actually legal on iOS? I thought the App Store banned Lua code from being retrieved and executed on demand over the Internet.−stripe13yFor a release the lua code is surely translated into objective-c, so lua is 'just' used as a scripting language.−lucian190013yFirst of all, it couldn't possibly be illegal.Second, apparently Apple now allow interpreters, just not JITs.
Comments
Is this actually legal on iOS? I thought the App Store banned Lua code from being retrieved and executed on demand over the Internet.
For a release the lua code is surely translated into objective-c, so lua is 'just' used as a scripting language.
First of all, it couldn't possibly be illegal.
Second, apparently Apple now allow interpreters, just not JITs.