FirebaseAppDistribution Framework Reference

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;
  • The URL for the build.

    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;