Forráskód Böngészése

ATV: set correct hockey identifier

Felix Paul Kühne 9 éve
szülő
commit
711c67f724
1 módosított fájl, 1 hozzáadás és 3 törlés
  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];