How to export to IOS

Ive made a application and built it with the IOS build settings, but how can I move it over to my iphone/ipad. I dont want to put it on the app store or itunes or anything like that. Is there a way that I can make a download on the internet that only I can get into with my phone or plug it in or something?

Unless you’re using a jailbroken device, you will still need to make sure you have valid provisioning profiles for the app you’re using and deploying it on (i.e. have an apple developer license).

Assuming you have these, you can just hit run in Xcode to put it on the device, or you can archive the project and upload to TestFlight / HockeyApp for distribution to several devices. Note that the ID’s of these devices will need to be registered when you are creating your provisioning / distribution profiles within iTunes connect.

@warhammercasey
You could use Unity Remote to test your games. Check this out at: http://docs.unity3d.com/Manual/UnityRemote4.html.