disable authenticator when running the appStore version

This commit is contained in:
Stephan Diederich 2013-09-06 18:03:04 +02:00
parent e784213184
commit 79df67ec4a

View File

@ -36,6 +36,9 @@ static NSString* const kBITAuthenticatorLastAuthenticatedVersionKey = @"BITAuthe
#pragma mark - BITHockeyBaseManager overrides
- (void)startManager {
//disabled in the appStore
if([self isAppStoreEnvironment]) return;
[self registerObservers];
switch (self.validationType) {