distributionMissingReason property
Reason (if any) why the release is missing a distribution for this device Possible string values are:
- "DISTRIBUTION_MISSING_REASON_UNSPECIFIED" : Distribution missing reason unspecified
- "NO_DISTRIBUTIONS"
- "WRONG_DEVICE" : Device not supported
- "NO_ARCHITECTURE" : Device not supported
- "OLD_OS_VERSION" : Device OS version not supported
- "NO_UDID" : Waiting for developer to add device's UDID to the release
Implementation
core.String? distributionMissingReason;