mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Added logs
This commit is contained in:
@@ -41,9 +41,12 @@ enum MDMSettings {
|
||||
|
||||
static private func valueForKey(_ key: Key) -> Any? {
|
||||
guard let managedConfiguration = UserDefaults.standard.dictionary(forKey: appleManagedConfigurationKey) else {
|
||||
print("MDM configuration missing")
|
||||
return nil
|
||||
}
|
||||
|
||||
print("Retrieved MDM configuration: \(managedConfiguration)")
|
||||
|
||||
return managedConfiguration[key.rawValue]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user