From 2d62309b757980e68622d736b595e2e93da182ce Mon Sep 17 00:00:00 2001 From: Raviramnani1 <64575750+Raviramnani1@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:42:01 +0530 Subject: [PATCH] Update AppDelegate.swift --- wallet/ios/Runner/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wallet/ios/Runner/AppDelegate.swift b/wallet/ios/Runner/AppDelegate.swift index b3b778ab1c..ce807f935c 100644 --- a/wallet/ios/Runner/AppDelegate.swift +++ b/wallet/ios/Runner/AppDelegate.swift @@ -11,9 +11,11 @@ import flutter_downloader ) -> Bool { // Uncomment while using ios simulator + #if DEBUG let providerFactory = AppCheckDebugProviderFactory() AppCheck.setAppCheckProviderFactory(providerFactory) FirebaseApp.configure() + #endif // Register Flutter plugins GeneratedPluginRegistrant.register(with: self) FlutterDownloaderPlugin.setPluginRegistrantCallback(registerPlugins)