Binary Information
The "Binary Information" feature in the Publish module provides essential details about the app's binary file. This information is critical for understanding the specifics of each build.
Viewing Binary Information
To access the binary details for a specific version of your app:
-
Navigate to the Appropriate Version:
- Within the Publish module, locate and select the version you want to examine.
-
Open Binary Information:
- Click on the "Binary Information" option to display the binary details.
Contents of Binary Information
The Binary Information section typically includes:
- App Name: The name of the application.
- Binary: The file name of the binary.
- Binary Size: The size of the binary file.
- Version: The release version of the application.
- Version Code: An internal version number used for identifying builds.
- Bundle ID: The unique bundle identifier for iOS apps.
- Signed Certificate Name: The name of the certificate used to sign the app.
- Provision Profile Type: The type of provisioning profile used for the build.
Additionally, you'll find:
- Release Notes: Any notes or remarks associated with the release.
- Entitlements: A list of app entitlements that grant specific capabilities to the app.
Example
Here's an example of how binary information might appear:
App Name: My App
Binary: my-app.ipa
Binary Size: 25 MB
Version: 1.0.0
Version Code: 100
Bundle ID: com.mycompany.myapp
Signed Certificate Name: iOS Distribution
Provision Profile Type: App Store
Release Notes: Initial release
Entitlements: Push Notifications, In-App Purchases
Release Notes
Release Notes are an important part of the binary information, providing context and details about what is included in each version of the application. These notes are shared with the users or testers and often contain information about new features, bug fixes, and other updates.
Adding Release Notes
Before publishing your binary to the app stores, you can add Release Notes in the Publish module:
-
Access Binary Information:
- Navigate to the 'Binary Information' section for the selected app version in the Publish module.
-
Input Release Notes:
- Click on the text field under 'Release Notes' to type in your message.
- Detail the key points that users should know about the new app version, such as new features, improvements, or issues resolved.
-
Save Release Notes:
- Once you have entered the release notes, save your changes.
- These notes will accompany the binary when it is published, so ensure they are clear and concise.