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