From d7c3d71bc7cd7584242a81b89a21f7d827e4cc22 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Mon, 9 Apr 2018 12:55:43 -0400 Subject: Remove App Indexing deprecation message. --- Firebase/Core/FIRApp.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Firebase/Core') diff --git a/Firebase/Core/FIRApp.m b/Firebase/Core/FIRApp.m index 92163b1..c43db6e 100644 --- a/Firebase/Core/FIRApp.m +++ b/Firebase/Core/FIRApp.m @@ -298,13 +298,6 @@ static NSMutableDictionary *sLibraryVersions; return NO; } - if (NSClassFromString(@"FIRAppIndexing") != nil) { - FIRLogDebug(kFIRLoggerCore, @"I-COR000024", - @"Firebase App Indexing on iOS is deprecated. " - @"You don't need to take any action at this time. Learn more about Firebase App " - @"Indexing at https://firebase.google.com/docs/app-indexing/."); - } - // Initialize the Analytics once there is a valid options under default app. Analytics should // always initialize first by itself before the other SDKs. if ([self.name isEqualToString:kFIRDefaultAppName]) { -- cgit v1.2.3