diff --git a/ios/StatusIm/AppDelegate.m b/ios/StatusIm/AppDelegate.m index 428b84dceb..7e895c3448 100644 --- a/ios/StatusIm/AppDelegate.m +++ b/ios/StatusIm/AppDelegate.m @@ -39,10 +39,10 @@ [self.window makeKeyAndVisible]; [SplashScreen show]; NSString *testfairyEnabled = [ReactNativeConfig envFor:@"TESTFAIRY_ENABLED"]; - if([testfairyEnabled isEqualToString:@"q"]){ + if([testfairyEnabled isEqualToString:@"1"]){ [TestFairy begin:@"969f6c921cb435cea1d41d1ea3f5b247d6026d55"]; - //[Instabug startWithToken:@"5534212f4a44f477c9ab270ab5cd2062" invocationEvent:IBGInvocationEventShake]; } + [Instabug startWithToken:@"5534212f4a44f477c9ab270ab5cd2062" invocationEvent:IBGInvocationEventShake]; return YES; }