Can I remote install a free iPhone app using WiFi to iPhones connected to it? - iphone

I am trying to install an iPhone app to all users connected to my WiFi. Is there a way by which I can achieve that?

No, you can't. You can install app only from iTunes; Apple is very strict in that.

No, that's not possible.You can only install the app through iTunes or through Xcode if you have its source code.

Nope; you can only install a new app through the app store, or through iTunes.
EDIT: if you've jailbroken your iPhone, it looks like you can use Installer.app to install packages over wifi. Check that link for instructions on jailbreaking, and on linking to various package sources. If you set up your server as a source, you could then have users install from that server.

Related

How to install project ipa file on iPhone query?

I have created Map application for iPhone using xcode 3.2 and sdk 4.3.2. I have created
ipa file and send it to my client. But he is unable to run my project on his iPod. What are
the steps to follow for my client to run an project ipa file. Do my client need to jailbroke his device????
Open iTunes, drag the ipa to the library and then sync the device. Make sure the app is selected to be installed on the device.
The only other thing I can think of, is that his device is not provisioned to run the application. Have him give you the UDID, add him to the provisioning profile and then make another build if the first solution does not work.
And no he doesn't need to jail break his device.
don't jailbreak!
use testflightapp.com :)
follow their directions, and make sure you register your client's device and update your provisioning profiles when building your app.
good luck!
if you have a developper licence, you should try TestFlightApp.com.
I've just explained what's this tool there: How do install iPhone application from Xcode to a remote iPhone

Testing Adobe Air App for iPhone

how can I deploy my prototype app in order to test it on my iphone? obviously it isn't at the stage where it can go on the app store but I;d like to play about with it for testing..
Do I HAVE to enrol in the developer program?
You need to be enrolled in the Apple Developer Program to receive a certificate you can use to sign your apps to be installed on your iDevice.
In short, yes. But you knew that.
Although we as a developer don't suggest illegal installation, but some developers may find it is actually easier with the dark method:
Install you iPhone or iPad with "Installous" and "iFile",
with iFile, you can open a wifi port for any computer in the same wifi network to access the machine from there browser and upload file to the machines (without using iTune), so you can put your *.ipa file in the machine.
In order to manually install the ipa file, you may want to use the Installous, so what someone will do is to put the ipa to the [root]/mobile/Documents/Installous/Downloads, then when you open up Installous, go to Downloads, you will see your ipa and be able to install it!
Hope this hope.

how to install my application OTA in iphone simulator

I need to download and run my application from the web server.
I think For that i need to place my application .app files in web server.
Perviously i did this for blackberry.
For that i place .cod files in web server,and type url http://1.1.8.1/Downloadmyapp/myapp.aspx in browser,
then my app gets downloaded and by run it,it will run fine.
Is it possible for iphone.If it is how can i done can any one pls suggest me.
pls help me.
Thank u in advance.
This isn't how iOS apps are installed. They are installed via the App Store on the device or via syncing with iTunes.
You cannot install an iOS app over the air in the simulator or on the device.
with the iOS 4.0 update it's possible to install the beta versionsof apps OTA to devices.. the varios options available to you are here http://www.readwriteweb.com/mobile/2011/01/7-tools-for-ota-ios-beta-testing.php
You can do this with iOS 4. All that is required is a manifest XML file, and a signed IPA file. You can read all you need to know about this here:
http://developer.apple.com/library/ios/featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009979-CH1-SW2

Install ipad application on additional device

Is it possible for me to create a ipad application and install it on a device that is located at a remote location? Can this be done if I have its device id?
You can create an Ad Hoc distribution using that device id and install it via iTunes attached to a computer at that remote location.
No, sorry. Pushing applications to an iPad is not possible.

How to add adhoc application on multiple iphone on the same computer in itunes?

How to install my app in adhoc release on multiple device with the same computer/itunes, when i try to do it, itunes sync the devices..so i clean them up ...
Apple has solved your problem with an Enterprise Utility called the "iPhone Configuration Utility" which you may freely download from their information webpage here: http://support.apple.com/downloads/iPhone_Configuration_Utility_2_0_for_Mac_OS_X
Once you install this and connect a device and close iTunes (which typically launches in response to the device connection) you can easily use its simple interface to manage your adhoc provision profiles, add the device and install or remove adhoc apps directly.
I used this app months ago to put the Crash Landing demo I'd built with the SDK directly on my wife's 2.1 iPhone 3G from my desktop dev Mac without messing up her own laptop Mac iTunes sync management of her apps, music, etc. FYI: I've not tried this since the June update to v2.0 of the Utility which accompanied the release of OS 3.0. edit: I couldn't resist testing this (yes, it still works)
The only downside I noticed to this method is that the iPhone/Touch user will have to later delete the app manually on their device, as their iTunes management won't list the app in the device applications tab to be unchecked.
it should just work, as long as the mobileprovision file that you're using includes all of the devices that you're trying to use. (also assuming that all of the devices are set to sync to that one computer's iTunes library.)
If the device is jailbroken you can install sshd and copy the application directly.