FIRAppDistributionError
enum FIRAppDistributionError : NSInteger {}
Error codes representing sign in or version check failure reasons.
-
Returned when an unknown error occurred.
Declaration
Objective-C
FIRAppDistributionErrorUnknown = 0
-
Returned when App Distribution failed to authenticate the user.
Declaration
Objective-C
FIRAppDistributionErrorAuthenticationFailure = 1
-
Returned when sign-in was cancelled.
Declaration
Objective-C
FIRAppDistributionErrorAuthenticationCancelled = 2
-
Returned when the network was unavailable to make requests or the request timed out.
Declaration
Objective-C
FIRAppDistributionErrorNetworkFailure = 3