For this section | And this field | You can do this |
Build Properties | Project | Click Browse, and locate the mobile project. |
Version | Enter the version number. | |
Build Number | Enter the build number. | |
Retain build files | Select if you want to keep the build files (default). Otherwise, deselect. | |
Build for Android | Select if you want to build for an Android platform, and specify the following fields. | |
Target | Select from the following build types: Release (Only use for debug and test purposes on your devices. The source code will not be obfuscated.) Debug (Use to publish the final build. The source code will be obfuscated.) | |
Bundle Id | Enter the bundle id. | |
Path to a keystore | Click Browse, and locate the required keystore. | |
Build for iOS | Select if you want to build for an iOS platform, and specify the following fields. | |
Target | Select from the following build types: AppStore (Use for distribution in Apple's App Store. The final build can be uploaded to the App Store.) Enterprise (Use for inhouse distribution. The final build can be distributed within your organization.) Ad Hoc (Use for inhouse distribution for testing. The final build can be installed on a limited number of registered devices.) Dev (Use for testing. The final build can be installed on test devices.) Sim (Use for testing in a simulator. This target does not require a provisioning profile.) XCode project (Only an Xcode project will be created. Use this target if you want to use Xcode to debug an application in a simulator). | |
Bundle Id | Enter the bundle id. | |
Path to a Provisioning Profile | Click Browse, and locate the required provisioning profile. |