Testing - How to deploy to iPhones (remotely)?

Hi All,

I’m looking for a good guide to deploying an app to my iPhone for testing. Please can you point me in the right direction?

Also, is it possible to test deploy an iPhone app to a given person’s iPhone remotely? i.e. giving someone in another country a test version of the app before it is released on the app store? (this person is not technical and does not have Corona/App SDK etc)

Thank you for any pointers,
Paul [import]uid: 26027 topic_id: 5427 reply_id: 305427[/import]

To deploy a build onto your phone first setup the provisioning profile on Apple’s developer site. Then in the Corona Simulator select File>Build>iOS. Finally, use the Organizer view in Xcode to copy the built app onto your phone.

Sending test builds to other people is called ad hoc deployment. You need their UUID to prepare the provisioning profile for them, then send them the profile and your app to install in iTunes. [import]uid: 12108 topic_id: 5427 reply_id: 18211[/import]

Thank you [import]uid: 26027 topic_id: 5427 reply_id: 18233[/import]