|
Available from version |
1.15.0 |
|---|---|
|
Necessity |
optional |
|
Value type |
text |
Description
This property can be used to specify multiple registries via a code that will be executed automatically.
A JSON array is specified as the value, where each of the JSON objects it contains represents a registration.
Notice Regarding Automatic Registration
If automatic registration is preconfigured, the Welcome Screen will be skipped and the user will be registered automatically.
As a result, the user will no longer have the option to decline the transmission of error reports before registration.
However, the error reporting setting can still be adjusted afterwards under Settings. Like automatic registration itself, this setting can also be preconfigured via sendErrorLogs.
Properties
The following properties can be specified per registration:
|
Property |
Necessity |
|---|---|
|
required |
|
|
optional |
|
|
optional |
|
|
optional |
|
|
optional |
Example
Android
"managedProperty": [
{
"key": "codeRegistrations",
"valueString": "[{\"code\":\"CODE1\"}, {\"code\": \"CODE2\", \"historyOffset\": 30}]"
}
]
iOS
<key>codeRegistrations</key>
<string>[{"code":"CODE1"}, {"code": "CODE2", "historyOffset": 30}]</string>