mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
disable authenticator when running the appStore version
This commit is contained in:
parent
e784213184
commit
79df67ec4a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user