瀏覽代碼

ATV: set correct hockey identifier

Felix Paul Kühne 9 年之前
父節點
當前提交
711c67f724
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Apple-TV/AppleTVAppDelegate.m

+ 1 - 3
Apple-TV/AppleTVAppDelegate.m

@@ -58,9 +58,7 @@
 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
 {
     BITHockeyManager *hockeyManager = [BITHockeyManager sharedHockeyManager];
-    [hockeyManager configureWithBetaIdentifier:@"0114ca8e265244ce588d2ebd035c3577"
-                                liveIdentifier:@"c95f4227dff96c61f8b3a46a25edc584"
-                                      delegate:nil];
+    [hockeyManager configureWithIdentifier:@"f8697706993b44bba1c03cb7016cc325"];
 
     // Configure the SDK in here only!
     [hockeyManager startManager];