Mobile Device Management (MAM)
Die SIGNL4 Mobile App kann über ein Mobile Application Management (MAM) mit bestimmten Konfigurationsparametern konfiguriert werden.
Bundle IDs
SIGNL4 ist derzeit nicht mit MAM-Plattformen für die Plug & Play-Erstellung von entsprechenden App-Konfigurationsrichtlinien integriert. Stattdessen muss man möglicherweise benutzerdefinierte Profile für eine benutzerdefinierte Anwendung erstellen. Dazu ist je nach der gewählten App-Plattform eine Bundle-ID zu erstellen.
Die Bundle-IDs der SIGNL4-Anwendung lauten wie folgt.
Unterstützte App-Konfigurationsparameter (Android und iOS)
Die folgenden Parameter werden derzeit von der SIGNL4 Mobile App unterstützt.
Name | Allowed Values | Description |
---|---|---|
anonymous_analytics_enabled |
true / false |
configures the default value for Firebase Analytics. If this is set to false it also cannot be enabled manually |
send_location_enabled |
true / false |
configures if the user can send his current location with manual signls. If this is set to false it also cannot be enabled manually |
share_alert_enabled |
true / false |
configures if the user can share alert details via other apps. If this is set to false the share action in the alert details is not displayed |
save_account_in_system_enabled | true / false |
configures if the app saves account information as a system account. If false, the account information is just saved within the app. (nicht für iOS) |
save_username_in_systemvariable_enabled | true / false |
configures if the app saves the user name, which is usually an email address, in the NSUserDefaults (iOS) or SharedPreferences (Android) collection. If true, the user id is pre-populated when the login token has expired and the user needs to login again. If false, no user ID is saved in the corresponding system variable and it has to be re-entered when logging in again. |
Datei mit Konfigurationsrichtlinien für die App erstellen:
Sie können den folgenden XML-Inhalt als plist-Datei speichern und in Ihre MAM-Lösung importieren, um die Erstellung von Richtlinien für die benutzerdefinierte Anwendungskonfiguration zu vereinfachen. Andernfalls fügen Sie bitte SIGNL4 als benutzerdefinierte Anwendung unter Verwendung der oben genannten Bundle-IDs hinzu und fügen die oben genannten Konfigurationsparameter manuell hinzu.
<plist version="1.0">
<dict>
<key>anonymous_analytics_enabled</key>
<true/>
<key>send_location_enabled</key>
<true/>
<key>share_alert_enabled</key>
<true/>
</dict>
</plist>
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.