Monday, October 24, 2011

iOS Beta Builder : send iOS app build as a link

iOS Beta builder is a great tool for iOS Developers, its create HTML page which has link to install the beta version of application on your device.
http://www.hanchorllc.com/2010/08/24/introducing-ios-beta-builder/

Download Beta Builder


Step 1:
Create a ipa file in XCode4
  1. Go to Product -> Archive.
  2. After the Archive operation completes, go to the Organizer, select your archive,
  3. Select and Share in the "Select the content and options for sharing:" pane set Contents to "iOS App Store Package (.ipa) and Identity to iPhone Distribution (which should match your ad hoc/app store provisioning profile for the project).
Step 2:
Make a HTML page using Beta Builder
  1. Open Beta Builder
  2. Browse your ipa file
  3. All other information will detect automatically
  4. Enter the URL where you will add the HTML
    e.g. if your link will be http://www.myDomain.com/myApp/index.html then enter the http://www.myDomain.com/myApp
Open the link into your device and install the application
Note : Your provisional profile should match with the device.

No comments:

Post a Comment