aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-04-09 12:55:43 -0400
committerGravatar Ryan Wilson <wilsonryan@google.com>2018-04-09 12:55:43 -0400
commitd7c3d71bc7cd7584242a81b89a21f7d827e4cc22 (patch)
treec6a00955ebc10b7244245bb2cb39079ba6f44fcb /Firebase/Core
parent94c2e70e2d7fbed28ef23a0c94f68fe2a38fc165 (diff)
Remove App Indexing deprecation message.
Diffstat (limited to 'Firebase/Core')
-rw-r--r--Firebase/Core/FIRApp.m7
1 files changed, 0 insertions, 7 deletions
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]) {