diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index 6db97e0af..ad7cb74f3 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -238,11 +238,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { #ifdef USE_CRASHLYTHICSS - NSString *pathForFile=[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"GoogleService-Info.plist"]; - if ([[NSFileManager defaultManager] fileExistsAtPath:pathForFile]){ - // If GoogleService-Info.plist doesn't exist, not call this function avoiding a crash. - [FIRApp configure]; - } + [FIRApp configure]; #endif UIApplication *app = [UIApplication sharedApplication];