Don't run any startup code if the app identifier is invalid

This commit is contained in:
Andreas Linde 2012-07-21 23:52:27 +02:00
parent 3ab4fb6eaf
commit 3687f95f36

View File

@ -110,6 +110,8 @@
- (void)startManager {
if (!_validAppIdentifier) return;
BITHockeyLog(@"Starting HockeyManager");
_startManagerIsInvoked = YES;