FirebaseAppDistribution Framework Reference

AppDistributionRelease

class AppDistributionRelease : 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

    Swift

    var displayVersion: String { get }
  • The build number of this build (example: 123).

    Declaration

    Swift

    var buildVersion: String { get }
  • The release notes for this build.

    Declaration

    Swift

    var releaseNotes: String? { get }
  • The URL for the build.

    Declaration

    Swift

    var downloadURL: URL { get }
  • Whether the download URL for this release is expired.

    Declaration

    Swift

    var isExpired: Bool { get }