Search code examples
iosxcodemacosios7

How can i wirelessly deploy on ios?


I wand to deploy apps wirelessly. I have run script that copy app by ssh on device, but it need to be app compiled for ios device.. but xcode dosn't want tocompile wishout plug-in ipad. Maybe i can emule ipad connection? Or solve this problem another way..//sorry for my perfect english skills


Solution

  • You can use below portals to distribute your app wirelessly.

    https://www.testflightapp.com/ or http://www.diawi.com/

    Make sure you will build your app .ipa file with proper certificate and provision profile.

    You can also make above portal at own too, But It wii be waste of time as they are easily available.

    Thanks.