diff --git a/ios/RocketChatRN/AppDelegate.m b/ios/RocketChatRN/AppDelegate.m index b822878bf..a7e8be777 100644 --- a/ios/RocketChatRN/AppDelegate.m +++ b/ios/RocketChatRN/AppDelegate.m @@ -71,7 +71,7 @@ static void InitializeFlipper(UIApplication *application) { [MMKV initializeMMKV:nil groupDir:groupDir logLevel:MMKVLogNone]; // Start the MMKV container - MMKV *defaultMMKV = [MMKV defaultMMKV]; + MMKV *defaultMMKV = [MMKV mmkvWithID:@"migration" mode:MMKVMultiProcess]; BOOL alreadyMigrated = [defaultMMKV getBoolForKey:@"alreadyMigrated"]; if (!alreadyMigrated) {