how to create .ipa files for testflight

33
How To Create .ipa files for TestFlight

Upload: kuldeep-singh

Post on 26-Jun-2015

3.428 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: How To Create .ipa files for TestFlight

How To Create .ipa files for TestFlight

Page 2: How To Create .ipa files for TestFlight

Step 1

Click Xcode on the toolbar

Page 3: How To Create .ipa files for TestFlight

Step 2

• Click Create a new Xcode project

Page 4: How To Create .ipa files for TestFlight

Step 3

• Select PhoneGap-based Application and click Next

Page 5: How To Create .ipa files for TestFlight

Step 4

• Enter the product name in the Product Name field.

Page 6: How To Create .ipa files for TestFlight

Step 5

• Select the location where you want to save your project

Page 7: How To Create .ipa files for TestFlight

Step 6

• Click Run on toolbar to compile your project

Page 8: How To Create .ipa files for TestFlight

Step 7

• Click Run to start the simulator

Page 9: How To Create .ipa files for TestFlight

Step 8

• Left-click the mouse on the project icon, and select Show in Finder

Page 10: How To Create .ipa files for TestFlight

Step 9

• Drag and drop WWW folder to your project

Page 11: How To Create .ipa files for TestFlight

Step 10

• This opens the Add File dialog box • Select Create folder references for any added folders, and click Finish. The

selected folder will be added to the directory

Page 12: How To Create .ipa files for TestFlight

Step 11

• The added folder can be seen in the sidebar on the left• Click the project icon (highlighted in orange), then click Info to change

Configuration settings

Page 13: How To Create .ipa files for TestFlight

Step 12

• Click the + button in Configurations, and select Duplicate “Release” Configurations to create a new configuration

Page 14: How To Create .ipa files for TestFlight

Step 13

• Rename the new configuration to Ad hoc

Page 15: How To Create .ipa files for TestFlight

Step 14

• Click File > New• Select New File from the sub-menu to view the newly created template

Page 16: How To Create .ipa files for TestFlight

Step 15

• Click Code Signing in the new template, and select Entitlements• Click Next

Page 17: How To Create .ipa files for TestFlight

Step 16

• Click Save to save your file in your directory

Page 18: How To Create .ipa files for TestFlight

Step 17

• Enter YES in the Value field of your Entitlements.Plist

Page 19: How To Create .ipa files for TestFlight

Step 18

• Click the project icon and select Build Settings to change project configuration

Page 20: How To Create .ipa files for TestFlight

Step 19

• Click Code Signing on the Build Settings page• This opens the Build Settings properties

Page 21: How To Create .ipa files for TestFlight

Step 20

• Go to Ad hoc > Any SDK. Click the (+) plus sign• The sign changes to (-) minus, and the field becomes editable

Page 22: How To Create .ipa files for TestFlight

Step 21

• Enter Entitlements.Plist in the editable text field

Page 23: How To Create .ipa files for TestFlight

Step 22

• Click Code Signing Identity and edit configuration settings for Ad hoc• Choose the current developer certificate

Page 24: How To Create .ipa files for TestFlight

Step 23

• Click Code Signing Identity and edit configuration settings for Ad hoc. Choose the current developer certificate

• Choose the current developer certificate for Debug and Release as well

Page 25: How To Create .ipa files for TestFlight

Step 24

• Click toolbar and select iOS Device• Click Edit Scheme to open the change build settings pop-up window

Page 26: How To Create .ipa files for TestFlight

Step 25

• In the pop-up window, select Archive to change the configuration

Page 27: How To Create .ipa files for TestFlight

Step 26

• Select Release in Build Configuration, and change to Ad hoc

Page 28: How To Create .ipa files for TestFlight

Step 27

• Click Product on the toolbar• Select Archive to make a build

Page 29: How To Create .ipa files for TestFlight

Step 28

• Following all the steps in the correct order results in a successful build• You will get a Build Failed message if you miss a step or choose the wrong

developer certificate

Page 30: How To Create .ipa files for TestFlight

Step 29

• Once your build is successful, the Organizer window will open automatically• Click Share to open a window to make an .ipa file

Page 31: How To Create .ipa files for TestFlight

Step 30

• In the .ipa file window, select iOS App Store Package (.ipa)

Page 32: How To Create .ipa files for TestFlight

Step 31

• Select your developer certificate in the Identity field• Click Next to save your .ipa file

Page 33: How To Create .ipa files for TestFlight

Step 32

• Select the location where you want to save the .ipa file