diff --git a/platform-darwin/External/Pearl b/platform-darwin/External/Pearl index 73a51632..2f28a807 160000 --- a/platform-darwin/External/Pearl +++ b/platform-darwin/External/Pearl @@ -1 +1 @@ -Subproject commit 73a51632b26ca0ee1eefbfb00c0e2d5dae1c433a +Subproject commit 2f28a807d215d022026265e583311f4b68c92e75 diff --git a/platform-darwin/Source/iOS/MPiOSAppDelegate.m b/platform-darwin/Source/iOS/MPiOSAppDelegate.m index 8d001f67..77821ebe 100644 --- a/platform-darwin/Source/iOS/MPiOSAppDelegate.m +++ b/platform-darwin/Source/iOS/MPiOSAppDelegate.m @@ -104,8 +104,8 @@ CountlyConfig *countlyConfig = [CountlyConfig new]; countlyConfig.host = @"https://countly.lyndir.app"; countlyConfig.appKey = decrypt( countlyKey ); - countlyConfig.features = @[ CLYPushNotifications ]; - countlyConfig.requiresConsent = true; + countlyConfig.features = @[ CLYPushNotifications, CLYAutoViewTracking ]; + countlyConfig.requiresConsent = YES; #if PUBLIC countlyConfig.pushTestMode = nil; #elif DEBUG @@ -113,9 +113,10 @@ #else countlyConfig.pushTestMode = CLYPushTestModeTestFlightOrAdHoc; #endif - countlyConfig.alwaysUsePOST = true; + countlyConfig.alwaysUsePOST = YES; countlyConfig.deviceID = [PearlKeyChain deviceIdentifier]; countlyConfig.secretSalt = decrypt( countlySalt ); + countlyConfig.enableDebug = YES; [Countly.sharedInstance startWithConfig:countlyConfig]; [self.hangDetector = [[PearlHangDetector alloc] initWithHangAction:^(NSTimeInterval hangTime) { diff --git a/platform-darwin/Source/iOS/Storyboard.storyboard b/platform-darwin/Source/iOS/Storyboard.storyboard index ffb6628a..6aecd3a9 100644 --- a/platform-darwin/Source/iOS/Storyboard.storyboard +++ b/platform-darwin/Source/iOS/Storyboard.storyboard @@ -1,9 +1,9 @@ - + - + @@ -69,7 +69,7 @@ - + @@ -165,7 +165,7 @@ - + @@ -2666,7 +2666,7 @@ See