documents library
Classes
- AppStoreBuildEntry
-
One build App Store Connect holds, as
appstore builds --jsonprints it. - AppStoreBuildsDocument
- Every build App Store Connect holds for one app on one platform.
- AppStoreVersionEntry
-
One App Store version record, as
appstore versions --jsonprints it. - AppStoreVersionsDocument
- The App Store version records for one app on one platform.
- PlayReleaseEntry
- One release Play holds on a track.
- PlayTrackEntry
-
One Play track —
production,beta,alpha,internal, or a custom closed-testing track. - PlayTracksDocument
- What Google Play holds for one package.
Enums
- AppStoreState
-
This package's vocabulary for a version's
appStoreState. - AscPlatform
-
The
platformApp Store Connect wants, which is not spelled the way the rest of this repository spells platforms. - DocumentKind
-
Which document this is, and therefore which
schemacounter applies. - PlayReleaseStatus
-
Play's
statusfor one release on a track. - ProcessingState
-
This package's vocabulary for Apple's
processingState. - ReleaseType
- How an approved version reaches the store.
Functions
-
isEditableVersionState(
String? state) → bool -
Whether
stateis one of the states a version can still be written in.