Archive for the 'BetaBuilder' Category

29 JaniOS BetaBuilder & Dropbox – the fastest adhoc distribution ever

Add caption

The first version of iOS BetaBuilder was released months ago. It seemed good but not very attractive or very actual at the moment.

Time changes. ©

This week I am wondered each time I release AdHoc IPA to show customers, partners or friends to test. I wonder like a child to a brand-new toy. I found that I want to use it more and more. I’d say it motivates to produce more results comparing to old way to distribute with magic passes like it was in 2009.

Simplicity inspires. ©

So I’d like to say a big THANKS to developers. They really:

iOS BetaBuilder current version is 1.5 (download it).


Generate an IPA and save it to disk

To contribute something to this topic I’d like to share my method of “generate AdHoc in 30 seconds”. First of all we need to make usual steps to generate an IPA and save it to disk. Usually it takes 10–15 seconds, but very depends of an application size.

It’s a kind of trick to use the Dropbox as a hosting, so open Dropbox public folder. Then create subfolder with a tiny file inside to get a Dropbox public URL for the subfolder. Mine is “http://dl.dropbox.com/u/2334198/test%20for%20the%20blog/”.
  1. open target project
  2. select Device and AdHoc as a build configuration
  3. press Build and Archive to create the adHoc IPA file
  4. when it’s built go to the Xcode Orginzer by pressing Ctrl+Cmd+O
  5. at the left find target application name and press Share button
  6. select right provision profile and press “Save to disk”
I save IPA file to the same Dropbox subfolder. iOS BetaBuilder will show you a warning later, but it doesn’t matter. It copies the same IPA to this folder anyway. Now we have an IPA file, so it’s time for the star on the scene.
Generate Deployment Files
Finally:
  1. open the BetaBuilder
  2. select the IPA file
  3. if ”Full Web Development Path” is empty then past the folder’s Dropbox public URL to it
  4. press “Generate Deployment Files” to that dropbox subfolder
Now share a public link of the “index.html” in the public subfolder. Beta testers should open the link on any iOS device and drectly isntall it throught the web. Not iTunes in this process – magic!

Yes, I know it looks difficult, but after 2 times it will take untill 30 seconds to share an AdHoc. It rocks! Don’t believe me, but just try your self!