We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b37f8 + f9c6c9d commit 2f9858fCopy full SHA for 2f9858f
1 file changed
src/ios/AppDelegate+FirebasePlugin.m
@@ -49,6 +49,11 @@ - (NSNumber *)applicationInBackground {
49
- (BOOL)application:(UIApplication *)application swizzledDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
50
[self application:application swizzledDidFinishLaunchingWithOptions:launchOptions];
51
52
+ #if DEBUG
53
+ [[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"/google/firebase/debug_mode"];
54
+ [[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"/google/measurement/debug_mode"];
55
+ #endif
56
+
57
@try{
58
instance = self;
59
0 commit comments