views:

416

answers:

1

We want to move an application to iPhone, without iTunes. There are two questions: 1) how does the application which moves other applications to iPhone connect to iPhone? 2) if we use iTunes to do that, which method implement connecting to iPhone in iTunes's API.

+1  A: 

I don't think there is a public API for communicating with the iPhone. To install an app you will have to use an Apple tool, either iTunes, Xcode, or the iPhone Configuration Utility.

If it is acceptable to use iTunes, you can make an ad hoc build and package it as an IPA file, to allow people to easily install it through iTunes without going through the App Store.

benzado
+1 though it's probably possible to do it with a jailbroken iphone.
Cawas