aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database/Core/FPersistentConnection.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Database/Core/FPersistentConnection.m')
-rw-r--r--Firebase/Database/Core/FPersistentConnection.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Database/Core/FPersistentConnection.m b/Firebase/Database/Core/FPersistentConnection.m
index 6f71d8b..870727c 100644
--- a/Firebase/Database/Core/FPersistentConnection.m
+++ b/Firebase/Database/Core/FPersistentConnection.m
@@ -925,7 +925,7 @@ static void reachabilityCallback(SCNetworkReachabilityRef ref, SCNetworkReachabi
- (void) sendConnectStats {
NSMutableDictionary *stats = [NSMutableDictionary dictionary];
- #if TARGET_OS_IOS
+ #if TARGET_OS_IOS || TARGET_OS_TV
if (self.config.persistenceEnabled) {
stats[@"persistence.ios.enabled"] = @1;
}