Mobile Device Management (MAM)
The SIGNL4 mobile app can be configured with certain configuration parameters via Mobile Application Management (MAM).
Bundle IDs
SIGNL4 is currently not integrated with MAM platforms for Plug & Play creation of according appconfiguration policies.
Instead, you may need to create custom profiles for a custom app.
This requires you to create a bundle ID depending on the app platform you choose.
The bundle IDs of the SIGNL4 app are as follows.
Supported app configuration parameters (Android and iOS)
Following parameters are currently supported by the SIGNL4 mobile app.
| 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. |
App configuration policy file
You may save the XML content below as plist file and import it into your MAM solution in order to simplifycustom app configuration policy creation. Otherwise, please add SIGNL4 as custom app using the abovebundle IDs and add the above configuration parameters manually.
<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>
Here are some example screenshots from the app, when you have set
disable_Microsoft_IAM(item 8)
to False
and items 6,7,9 and 10 to True.
Comments
1 comment
I am poorest man not have WiFi so what shall I do now contact you please give some many a few time
Please sign in to leave a comment.