how to test on IOS?

hello,

this may be a stupid question and is somewhere on coronalabs.com but I can’t find is.

how do I test my app on IOS?

When you have a question on docs try this:

  1. Start here: https://docs.coronalabs.com/api/

Then, if you’re not looking for a syntax answer, look at the top of the page and try the:

  1. Guides: https://docs.coronalabs.com/guide/index.html

  2. Tutorials: https://docs.coronalabs.com/tutorial/index.html

  3. Etc. (See other links at top of API docs page). 

  4. Failing that, try a search like this on google:

site: coronalabs.com subject_word_1 … subject_word_N

Ex:  site: coronalabs.com test ios

In this case, the page you want is:  https://docs.coronalabs.com/guide/distribution/iOSBuild/index.html

This is located under the general guide (#2 above) category:  https://docs.coronalabs.com/guide/index.html#building-and-distribution

https://docs.coronalabs.com/guide/distribution/iOSBuild/index.html

If you don’t have a paid apple developer account, you need to create a blank project in xCode and in that process a temporary provisioning profile will be created. You can then select this in corona when building and copy the app to your device, however it will expire in 7 days and stop working.

When you have a question on docs try this:

  1. Start here: https://docs.coronalabs.com/api/

Then, if you’re not looking for a syntax answer, look at the top of the page and try the:

  1. Guides: https://docs.coronalabs.com/guide/index.html

  2. Tutorials: https://docs.coronalabs.com/tutorial/index.html

  3. Etc. (See other links at top of API docs page). 

  4. Failing that, try a search like this on google:

site: coronalabs.com subject_word_1 … subject_word_N

Ex:  site: coronalabs.com test ios

In this case, the page you want is:  https://docs.coronalabs.com/guide/distribution/iOSBuild/index.html

This is located under the general guide (#2 above) category:  https://docs.coronalabs.com/guide/index.html#building-and-distribution

https://docs.coronalabs.com/guide/distribution/iOSBuild/index.html

If you don’t have a paid apple developer account, you need to create a blank project in xCode and in that process a temporary provisioning profile will be created. You can then select this in corona when building and copy the app to your device, however it will expire in 7 days and stop working.