¿Cómo usar un código nativo en corona sdk?
Frecuentes
Visto 1,649 veces
2 Respuestas
2
I don't know step by step because I don't have Corona Enterprise.
And to do that you need Corona Enterprise...
But Corona Enterprise works basically as a sort of native API too that you link against your native app, and to use native things inside Corona Enterprise you would code the native code version of it, make a lua binding and call from inside Corona.
Respondido 24 ago 12, 23:08
0
http://docs.coronalabs.com/native/index.html, you need to buy the corona enterprise edition for using native Api coding : https://coronalabs.com/pricing/
Respondido el 14 de enero de 14 a las 04:01
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas coronasdk or haz tu propia pregunta.
FYI: there's documentation on the native API's here: docs.coronalabs.com/native/index.html - Walter