|
@@ -93,14 +93,11 @@ NSString *const VLCDropboxSessionWasAuthorized = @"VLCDropboxSessionWasAuthorize
|
|
[hockeyManager configureWithBetaIdentifier:@"0114ca8e265244ce588d2ebd035c3577"
|
|
[hockeyManager configureWithBetaIdentifier:@"0114ca8e265244ce588d2ebd035c3577"
|
|
liveIdentifier:@"c95f4227dff96c61f8b3a46a25edc584"
|
|
liveIdentifier:@"c95f4227dff96c61f8b3a46a25edc584"
|
|
delegate:nil];
|
|
delegate:nil];
|
|
|
|
+ [hockeyManager startManager];
|
|
|
|
|
|
// Configure Dropbox
|
|
// Configure Dropbox
|
|
[DBClientsManager setupWithAppKey:kVLCDropboxAppKey];
|
|
[DBClientsManager setupWithAppKey:kVLCDropboxAppKey];
|
|
|
|
|
|
- // Configure the SDK in here only!
|
|
|
|
- [hockeyManager startManager];
|
|
|
|
- [hockeyManager.authenticator authenticateInstallation];
|
|
|
|
-
|
|
|
|
/* listen to validation notification */
|
|
/* listen to validation notification */
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
|
selector:@selector(passcodeWasValidated:)
|
|
selector:@selector(passcodeWasValidated:)
|