Iphone app played in Unity without loading to iphone?

My question is if there is a way to play my iphone app in unity with out doing the build and run to my iphone to test. Any help would be great.

You can use the Unity Remote to stream the video from Unity to your iPhone and touch/accel. input from your iPhone back to Unity via wifi.

Basically you build Unity Remote to your iPhone, fire the app up, connect it to your Mac via wifi, open Unity iPhone and you should be set. When you play in the Editor you will be able to use the iPhone as a controller with a streamed video from the Editor's Game View back to your device.

This also works on iPod Touch, but not iPad.

Cheers,

==