Feature/4976 ignore blocking maintenance

This commit is contained in:
Frank Rotermund
2023-08-22 12:02:43 +00:00
parent abf74c4341
commit 31f70e749f
16 changed files with 213 additions and 66 deletions
@@ -2547,7 +2547,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
}
-(void) gotoAppStore {
NSString *iTunesLink = @"itms://itunes.apple.com/app/BwMessenger/id1518548153?mt=8";
NSString *iTunesLink = BWIBuildSettings.shared.itunesAppLink;
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink] options:@{} completionHandler:nil];
}