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.
| No | Name | iOS | Android | Allowed Values | Friendly name | Description |
|---|---|---|---|---|---|---|
| 1 | anonymous_analytics_enabled |
✅ | ✅ | true / false |
Send crash- and anonymous usage reports | Configures the app can sent analytic information to Firebase Analytics. If this is set to false no analytics data is sent to Firebase. |
| 2 | send_location_enabled |
✅ | ✅ | true / false |
Transmit location with manually triggered Signls | Configures if the user's current location is sent with manually triggered Signls. If this is set to false no position data is sent |
| 3 | share_alert_enabled |
✅ | ✅ | true / false |
Allow sharing of Signl details | Configures if the user can share alert details via other apps through the operating systems standard sharing screens. If this is set to false the share action in the alert details is not displayed. |
| 4 | save_account_in_system_enabled |
🚫 | ✅ | true / false |
Save account information as system account | Configures if the app saves account information as a system account. If false, the account information is just saved within the app. |
| 5 | disable_SIGNL4_IAM |
✅ | ✅ | true / false |
Deactivate SIGNL4 login and signups | If true, the login and signup inputs for SIGNL4 accounts are hidden. So user will only have 3rd party providers available for login |
| 6 | disable_SIGNL4_signup |
✅ | ✅ | true / false |
Deactivate SIGNL4 signups, login still working | If true the signup page is not accessable and prevent users from registering a new SIGNL4 custom account. Due to the implementation of the 3rd party providers, signups with Apple/Microsoft/Google are still possible form the login page. |
| 7 | disable_Apple_IAM |
✅ | ✅ | true / false |
Deactivate AppleId login and signup | The buttons for Signin with Apple will not be displayed for login and signup anymore. |
| 8 | disable_Microsoft_IAM |
✅ | ✅ | true / false |
Deactivate Microsoft account login and signup | The buttons for Microsoft accounts will not be displayed for login and signup anymore. |
| 9 | disable_Google_IAM |
✅ | ✅ | true / false |
Deactivate Google account login and signup | The buttons for Google accounts will not be displayed for login and signup anymore. |
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>send_location_enabled</key>
<true/>
<key>anonymous_analytics_enabled</key>
<true/>
<key>share_signl_enabled</key>
<true/>
<key>share_signal_enabled</key>
<true/>
<key>disable_SIGNL4_IAM</key>
<true/>
<key>disable_SIGNL4_signup</key>
<true/>
<key>disable_Apple_IAM</key>
<true/>
<key>disable_Microsoft_IAM</key>
<false/>
<key>disable_Google_IAM</key>
<true/>
</dict>
</plist>
Hier sind einige Beispiel-Screenshots aus der App, wenn Sie
disable_Microsoft_IAM (Punkt 8)
auf „False”
und die Punkte 6, 7, 9 und 10 auf „True” gesetzt haben.
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.