AppStoreBuild class

One build App Store Connect holds.

Constructors

AppStoreBuild({required String buildNumber, required String? processingState, required String? uploadedDate, required DateTime? uploadedAt, required bool expired})
const

Properties

buildNumber String
CFBundleVersion — Apple calls this attribute version, which reads backwards and is the single easiest thing to get wrong here. It is the build number, not the marketing version.
final
buildNumberAsInt int?
buildNumber read as an integer, or null when it is not one.
no setter
expired bool
TestFlight builds expire after 90 days. An expired build is still listed and can no longer be given to a group.
final
hashCode int
The hash code for this object.
no setterinherited
line String
The line cux_ship appstore builds prints for this build.
no setter
processingState String?
PROCESSING, VALID, FAILED or INVALID, or null when the response did not carry it.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadedAt DateTime?
uploadedDate parsed, or null when it was absent or unparseable.
final
uploadedDate String?
Apple's uploadedDate exactly as sent.
final
usable bool
Whether this build could be promoted or released now.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited