3

To speedup iOS development would be great to have a way to install ipa on device in automated way.

TestFlightApp does great job to help ipa distribution. I looking for addition steps that allows putting ipa on device without user actions. From command line :-). It doesn't matter via USB or WiFi.

Any inputs?

Stan

Stan Reshetnyk
  • 1,986
  • 1
  • 13
  • 31
  • 1
    Knowing Apple this is most likely not possible. – Manuel May 21 '12 at 09:31
  • 1
    and sounds like a bad idea because this would likely allow malware onto the device. – mttrb May 21 '12 at 09:33
  • Agree, I don't wait for such feature from Apple. But maybe from iFunbox or others. Note that I have correctly signed app. – Stan Reshetnyk May 21 '12 at 09:43
  • 1
    There are a variety of MDM (Mobile Device Management) products which you may consider looking into that can do this, if the target devices are iOS 5.x+ for silent installs, else on – Luke May 21 '12 at 09:49
  • @Luke Haven't found any docs on how to perform a silent install. mdm push does work (InstallApplication command). But there is still a popup asking to install the app. Is there a special thing/flag for silent installs? Thanks! – Olivier Mar 20 '13 at 16:24

1 Answers1

0

Apple Configurator requires OS X 10.7.2, but it seems to have the functionality you are looking for. It can do up to 30 devices at a time.

borrrden
  • 33,256
  • 8
  • 74
  • 109