FirebaseAppDistribution Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRAppDistributionRelease
@interface FIRAppDistributionRelease : NSObject
The release information returned by the update check when a new version is available.
-
The short bundle version of this build (example 1.0.0).
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull displayVersion;
-
The build number of this build (example: 123).
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull buildVersion;
-
The release notes for this build.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *releaseNotes;
-
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSURL *_Nonnull downloadURL;
-
Whether the download URL for this release is expired.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isExpired;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-21 UTC."],[],[],null,["# FirebaseAppDistribution Framework Reference\n\nFIRAppDistributionRelease\n=========================\n\n\n @interface FIRAppDistributionRelease : NSObject\n\nThe release information returned by the update check when a new version is available.\n- `\n ``\n ``\n `\n\n ### [displayVersion](#/c:objc(cs)FIRAppDistributionRelease(py)displayVersion)\n\n `\n ` \n The short bundle version of this build (example 1.0.0). \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSString *_Nonnull displayVersion;\n\n- `\n ``\n ``\n `\n\n ### [buildVersion](#/c:objc(cs)FIRAppDistributionRelease(py)buildVersion)\n\n `\n ` \n The build number of this build (example: 123). \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSString *_Nonnull buildVersion;\n\n- `\n ``\n ``\n `\n\n ### [releaseNotes](#/c:objc(cs)FIRAppDistributionRelease(py)releaseNotes)\n\n `\n ` \n The release notes for this build. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *releaseNotes;\n\n- `\n ``\n ``\n `\n\n ### [downloadURL](#/c:objc(cs)FIRAppDistributionRelease(py)downloadURL)\n\n `\n ` \n The URL for the build. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, strong, readonly) NSURL *_Nonnull downloadURL;\n\n- `\n ``\n ``\n `\n\n ### [isExpired](#/c:objc(cs)FIRAppDistributionRelease(py)isExpired)\n\n `\n ` \n Whether the download URL for this release is expired. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) BOOL isExpired;"]]