Logger.error("could not determine CloudKit account status:\(String(describing:error)).")
OWSAlerts.showErrorAlert(message:NSLocalizedString("CLOUDKIT_STATUS_COULD_NOT_DETERMINE",comment:"Error indicating that the app could not determine that user's CloudKit account status"))
completion(false)
Logger.error("could not determine CloudKit account status: \(String(describing:error)).")
OWSAlerts.showErrorAlert(message:NSLocalizedString("CLOUDKIT_STATUS_NO_ACCOUNT",comment:"Error indicating that user does not have an iCloud account."))
completion(false)
resolver.reject(BackupError.noAccount)
case.restricted:
Logger.error("restricted CloudKit account.")
OWSAlerts.showErrorAlert(message:NSLocalizedString("CLOUDKIT_STATUS_RESTRICTED",comment:"Error indicating that the app was prevented from accessing the user's CloudKit account."))
returnNSLocalizedString("CLOUDKIT_STATUS_COULD_NOT_DETERMINE",comment:"Error indicating that the app could not determine that user's iCloud account status")
case.noAccount:
returnNSLocalizedString("CLOUDKIT_STATUS_NO_ACCOUNT",comment:"Error indicating that user does not have an iCloud account.")
case.restrictedAccountStatus:
returnNSLocalizedString("CLOUDKIT_STATUS_RESTRICTED",comment:"Error indicating that the app was prevented from accessing the user's iCloud account.")
returnNSLocalizedString("CLOUDKIT_STATUS_COULD_NOT_DETERMINE",comment:"Error indicating that the app could not determine that user's iCloud account status")
/* Error indicating that the app could not determine that user's CloudKit account status */
"CLOUDKIT_STATUS_COULD_NOT_DETERMINE" = "There was an error communicating with iCloud for backups.";
/* Error indicating that the app could not determine that user's iCloud account status */
"CLOUDKIT_STATUS_COULD_NOT_DETERMINE" = "Signal could not determine your iCloud account status. Sign in to your iCloud Account in the iOS settings app to backup your Signal data.";
/* Error indicating that user does not have an iCloud account. */
"CLOUDKIT_STATUS_NO_ACCOUNT" = "You do not have an iCloud Account for backups.";
"CLOUDKIT_STATUS_NO_ACCOUNT" = "No iCloud Account. Sign in to your iCloud Account in the iOS settings app to backup your Signal data.";
/* Error indicating that the app was prevented from accessing the user's CloudKit account. */
"CLOUDKIT_STATUS_RESTRICTED" = "Signal was not allowed to access your iCloud account for backups.";
/* Error indicating that the app was prevented from accessing the user's iCloud account. */
"CLOUDKIT_STATUS_RESTRICTED" = "Signal was denied access your iCloud account for backups. Grant Signal access to your iCloud Account in the iOS settings app to backup your Signal data.";
/* The first of two messages demonstrating the chosen conversation color, by rendering this message in an outgoing message bubble. */
"COLOR_PICKER_DEMO_MESSAGE_1" = "Choose the color of outgoing messages in this conversation.";
@ -1964,6 +1964,9 @@
/* Label for switch in settings that controls whether or not backup is enabled. */