SPUAppcastSigningValidationStatus
NS_ENUM(NSInteger, SPUAppcastSigningValidationStatus)
{
/**
The bundle does not opt into requiring appcast signing and no validation of the appcast feed is done.
*/
SPUAppcastSigningValidationStatusSkipped = 0,
/**
The appcast is signed and validation has passed succesfully.
*/
SPUAppcastSigningValidationStatusSucceeded,
/**
The appcast is signed and validation has failed. In this case, appcast items operate in a 'safe' fallback mode
meaning that they cannot be marked as a critical update, cannot be marked as informational update,
and will not have any release note or link references.
*/
SPUAppcastSigningValidationStatusFailed,
}
Undocumented
-
The bundle does not opt into requiring appcast signing and no validation of the appcast feed is done.
Declaration
Objective-C
SPUAppcastSigningValidationStatusSkipped = 0 -
The appcast is signed and validation has passed succesfully.
Declaration
Objective-C
SPUAppcastSigningValidationStatusSucceeded -
The appcast is signed and validation has failed. In this case, appcast items operate in a ‘safe’ fallback mode meaning that they cannot be marked as a critical update, cannot be marked as informational update, and will not have any release note or link references.
Declaration
Objective-C
SPUAppcastSigningValidationStatusFailed