mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +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
|
#pragma mark - BITHockeyBaseManager overrides
|
||||||
- (void)startManager {
|
- (void)startManager {
|
||||||
|
//disabled in the appStore
|
||||||
|
if([self isAppStoreEnvironment]) return;
|
||||||
|
|
||||||
[self registerObservers];
|
[self registerObservers];
|
||||||
|
|
||||||
switch (self.validationType) {
|
switch (self.validationType) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user