The VOKMigrationFailureOptionWipeRecoveryAndAlert option was deprecated in #95, for version 3.3.0. This option isn't used much, and shows a default alert that isn't localized, so even if developers want to notify users of a data wipe, they don't have control over how it's done.
This option should be removed for 4.0.
[x] Remove VOKMigrationFailureOptionWipeRecoveryAndAlert option and handling
[x] Issue a new NSNotification from the VOKMigrationFailureOptionWipeRecovery case, so that developers can show their own alert if desired.
The
VOKMigrationFailureOptionWipeRecoveryAndAlert
option was deprecated in #95, for version 3.3.0. This option isn't used much, and shows a default alert that isn't localized, so even if developers want to notify users of a data wipe, they don't have control over how it's done.This option should be removed for 4.0.
VOKMigrationFailureOptionWipeRecoveryAndAlert
option and handlingNSNotification
from theVOKMigrationFailureOptionWipeRecovery
case, so that developers can show their own alert if desired.