mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Terminate app if protected data not available
This commit is contained in:
@@ -389,6 +389,11 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
|
||||
NSLog(@"[AppDelegate] didFinishLaunchingWithOptions: isProtectedDataAvailable: %@", @([application isProtectedDataAvailable]));
|
||||
|
||||
if (![application isProtectedDataAvailable])
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
|
||||
_configuration = [AppConfiguration new];
|
||||
|
||||
// Log app information
|
||||
|
||||
Reference in New Issue
Block a user