Skip to content

Commit

Permalink
Update AppDelegate.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Raviramnani1 authored Jul 17, 2024
1 parent 830e0ac commit 2d62309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallet/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d62309

Please sign in to comment.