From af3bce56f6442df2654bedf17fc8effae268804d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Wed, 21 Oct 2015 18:55:19 +0200 Subject: [PATCH] Update telemetryManager init with new syntax --- Classes/BITHockeyManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITHockeyManager.m b/Classes/BITHockeyManager.m index df83a6270d..6b7b8316f3 100644 --- a/Classes/BITHockeyManager.m +++ b/Classes/BITHockeyManager.m @@ -707,7 +707,7 @@ bitstadium_info_t bitstadium_library_info __attribute__((section("__TEXT,__bit_h #if HOCKEYSDK_FEATURE_TELEMETRY BITHockeyLog(@"INFO: Setup TelemetryManager"); NSString *iKey = bit_appIdentifierToGuid(_appIdentifier); - _telemetryManager = [[BITTelemetryManager alloc] initWithAppIdentifier:iKey isAppStoreEnvironment:_appStoreEnvironment]; + _telemetryManager = [[BITTelemetryManager alloc] initWithAppIdentifier:iKey appEnvironment:_appEnvironment]; #endif /* HOCKEYSDK_FEATURE_TELEMETRY */ if (self.appEnvironment != BITEnvironmentAppStore) {