Flash CS5.5 Iphone App OTA distribution and or sync without removing apps - iphone

I've been having some fun with Flash developing IOS apps. I currently have two devices provisioned but each device is synced with a different iTunes account. My work iPad and personal iPhone.
I'm currently using my work iPad as the testing device. Adding the .ipa to iTunes and syncing. It works great.
I would like to be able to add the .ipa file to my iPhone too, but iTunes will erase all my apps in order to sync and I don't want that.
Is there anyway to get around this?
Can I go about this using the over the air wireless distribution method? Flash has publish settings for adhoc deployment does this deal with OTA? Also don't you need a .plist file and to get OTA to work?
Any ideas or suggestions would be appreciated.
Thanks,
Tegan

It is possible to distribute flash created IPAs using adhoc OTA distribution. Apple has information on creating the necessary manifest plist here. You do not need an enterprise developer account for this to work but you will need access to a web server to host the files and talk to the apple servers (this can be hosted locally). Once everything is set up you can visit the web server from your iPhone and download the app. We distribute internal testing builds using this system and it functions very nicely.

Related

Enterprise distribution apps on iOS, possible to drag and drop the ipa into iTunes?

Just curious, if I compile an app configured for enterprise distribution can I simply drag and drop the IPA built into iTunes then install it on an iDevice?
Yes, you can also set it up for wireless distribution. This is assumping you know how to build and code sign it with the correct provisioning profile. See this question for info on how to distribute it wirelessly.
iOS 4: wireless app distribution for in-house applications
Definitely possible. That used to be the regular way, until OTA came along in iOS 4.0. The app can be mailed to the user, or can be downloaded by her from intranet portal, which is then copied to iTunes and synced like an app store app.

Deploy iphone app to factory unlocked iphone

I have an iphone app which has some camera functionality which i want to check if it is working alright. I also have a factory unlocked iphone 3gs. Is there any way of deploying my app to the device without paying the $99 fee.
To generate an IPA file from source code you will need a valid certificate from Apple.
If you already have the IPA file and by "unlocked" iPhone you mean "jailbroken", then you can load the application in the iPhone using different methods the ones that come to my mind are:
iPhone Configuration Utility
Via SSH if you enable SSH functionality in your device.

iPhone/iPad - how to get custom .IPA file onto device that is synchronized with other iTunes?

I develop iPhone/iPad apps using the Adobe ADT tool. it compiles a .IPA file which needs to be loaded onto the device using iTunes.
Now - myself I own only a 3G iPhone. My friends sometimes lend me theyr devices for testing purposes.
For Apps developed with XCode, this is no problem. You just connect the device, add the provisioning profile to the device and load the app through XCode onto it.
But how to do it if I only have an .IPA file (plus provisioning profile of course). ITunes allows me only to load it to the device by synchronizing, but this will delete all the stuff my friends loaded onto theyr devices.
How can I test my IPA files and return the devices without any changes?
Thanks!
You should look into this: http://testflightapp.com/
You can upload IPA builds for ad-hoc distribution and beta testing. You only have to click an "Install" link on the phone and it takes care of the rest.
Read up on over-the-air (OTA) setup. No sync necessary, just delete the app and the profile afterwards. iOS 4 and higher required.
You can use the Iphone Configuration Utility from Apple to install and uninstall ipa files. It's available for Windows and MacOS.
windows link: http://support.apple.com/kb/dl926
mac: http://support.apple.com/kb/dl851

How to install AdHoc IPA file to iPhone without backing up apps of iPhone?

I want to install an AdHoc IPA file to an iPhone, but I don't want to back up the apps of iPhone into iTunes, because the iPhone is not mine, and there are too many apps in it. Is that possible?
You could also use Xcode (at least Xcode 4, haven't tried it with earlier versions):
Open the Organizer and select 'Applications' under your device in the Devices tab. Now use the Add button to add your ipa to the device.
This web app may be what you need: http://testflightapp.com/
Take a look at Hockey, from the project description:
Hockey is a iOS Ad-Hoc updater framework. It can be used for all apps that target the Apple AppStore and improves the beta testing process dramatically. All beta testers. It consists of two components, a server and a client framework.
The server component is required for all scenarios. But it also can work standalone without the client library. It provides a web interface which beta testers can use to install the latest AdHoc provisioning profile and also the latest beta version via Safari right from the device. One server installation is able to handle multiple applications via different bundle identifiers
This procedure was published this morning, so I am not sure if it works as advertised. Basically it talks you through setting up Adhoc distribution OTA in something like ten easy steps.

How can I get a debug version of my iPhone app onto my iPhone?

I'm trying to get just ONE copy of my application on my real iPhone to test it. How can I do this without going through the appstore?
First, go to the program portal. From here, you should read through the program portal user guide and you can also launch the assistant to help you through the steps of configuring your project and workstation.
Assuming you have all your certs in order all you have to do is add the said phone to your list of development iPhones on the developer portal. Once you do that you will need to generate the provision file and assign it to the iPhone in the xcode organizer. For more information just reference the iPhone development documentation Apple provides on deploying your games onto development iPhones.