What exactly is being sent to Ansca's servers?

What exactly is being sent to Ansa’s servers during compilation of Corona code?
The Lua source code itself or the its compiled bytecode? I haven’t been able to get a clear answer to that by reading the various posts and the documentation.

Thank you very much in advance,

-Christos [import]uid: 9617 topic_id: 2291 reply_id: 302291[/import]

It depends on what you’re building for. Android and iOS build processes require the server to know slightly different things.

For iOS the only thing that’s sent are the byte code files (they’re run though luac), and the relevant corona files (build.settings, config.lua etc).

For android an asset manifest is also sent. [import]uid: 3 topic_id: 2291 reply_id: 6930[/import]

I’m interested in iOS devices.
Thank you for the clarification.

  • Christos [import]uid: 9617 topic_id: 2291 reply_id: 6954[/import]