How to test on device?.

Hi,

I’m just now starting with Corona. I got a simulator version of my app using Corona. How to deploy it on my Android and iPhone?. Kindly guide me. Please help [import]uid: 49358 topic_id: 8460 reply_id: 308460[/import]

Go to Build under the File menu. Bear in mind that the Corona simulator behaves slightly differently than device (search the forums for more info.)

Beyond that, well that was the only step specific to Corona, so the other steps are all standard iPhone and Android stuff you can find tons of info on by searching online.

Long story short, for iPhone that’ll generate a .app you can install on the device using Organizer in XCode. For Android that’ll generate a .apk you can install on the device by copying onto the memory card and then using an installer app. Oh, and for iPhone you’ll need to purchase a developer license from Apple. [import]uid: 12108 topic_id: 8460 reply_id: 30317[/import]

I found the steps described in

http://developer.anscamobile.com/content/building-devices-iphoneipad

to be quite useful (including the comments at the bottom of the page). [import]uid: 29384 topic_id: 8460 reply_id: 30743[/import]