Hello,
I’m interested in building native libraries and I’m wordering if this is possible through Corona. Let me explain: I would like to develop some core business logic in a cross-platform way (with Corona) and output this library into something native that I could give to (native SDK) Android or iOS developers, so that they can build their apps on top of my library. AFAIK, libraries in Android can be imported as library projects with source code or .jar files and in iOS, libraries are .a files (with the respective headers).
Is it possible to accomplish this with Corona? Can I build my Corona library projects into something sensible which can be imported Android/iOS native SDKs?
Thank you,
Kostis