Beta testing of iPhone apps
Sunday, May 23, 2010
During the development of iNytt 4.5 so I wanted a variety of users to beta test the application before it was added to the App Store. But to make the application ready for beta testing was not an easy task. So I decided to write a blog post about the steps. As usual, this will be presented in a list, then I'm developing and loves lists.;)
Add items in the Provisioning Portal
- Ask those who will test your application to install Ad Hoc Helper .
- Ask the e-mail to you using this application
- After receiving the Device ID from anyone you want to go into the Provisioning Portal
- Click Devices in the menu
- Press the Add Devices and add the devices you want
Create a new provisioning profile
- Go to the Provisioning Portal
- Click Provisioning in the menu
- Click on Distribution block
- Click on the New Profile
- Select Ad Hoc
- Enter the profile name
- Select the App ID
- Choose between the devices you added in the first step
- Press Submit
- Download the new profile
- Double-click the file, it adds itself said in Xcode
Your application is ready to be built
- Open up your project in Xcode
- Right click on the file that is located under the Targets (it will be named the same as your application)
- Press the Get Info
- Click on Build block -> Configuration drop-down box -> Edit Configurations
- Choose Release and press the Duplicate
- Choose an appropriate name
- Close window and return to the Build mistake
- Choose your new configuration from the Configuration drop-down box
- Go to the code signing identity -> Any iPhone OS Device, and set it to the iPhone Distribtution (the one you use when you prepare your application for the App Store)
- Make a Clean Build
- Go to the Build folder -> Can be done as follows: In the Products folder in your project you will find your application -> Right look and Reveal in Finder
- Send both the application and. Mobileprovision file you created in the stubborn ones you have device ID'r from.
Installing the application
- Drag both files into iTunes
- Release of the Library group
- Sync your iPhone
Categories → iPhone




