@@ -52,9 +52,6 @@
@interface AppDelegate : UIResponder <UIApplicationDelegate, BKPasscodeLockScreenManagerDelegate, BKPasscodeViewControllerDelegate, LMMediaPlayerViewDelegate, TWMessageBarStyleSheet>
#endif
-// For debug
-@property BOOL isRunningTestFlight;
-
// Timer 5 sec.
@property (nonatomic, strong) NSTimer *timerVerifyProcess;
@@ -88,11 +88,6 @@
[MagicalRecord setLoggingLevel:MagicalRecordLoggingLevelOff];
- // Test Flight
- NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL];
- NSString *receiptURLString = [receiptURL path];
- _isRunningTestFlight = ([receiptURLString rangeOfString:@"sandboxReceipt"].location != NSNotFound);
// Verify upgrade
[self upgrade];
@@ -319,12 +319,6 @@
// Initializations
[app applicationInitialized];
- // message TestFlight
- if (app.isRunningTestFlight) {
- [app messageNotification:@"_info_" description:@"This version is beta and only fot TestFlight, send report at ios@nextcloud.com" visible:YES delay:dismissAfterSecond type:TWMessageBarMessageTypeInfo];
- }
} else {
// reload datasource