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)