allowEmailRegistration
| Available from version | 1.11.0 |
|---|---|
| Necessity | optional |
| Value type | boolean value |
Description
Specifies whether manual registration via e-mail address is allowed.
Example
Android
JS
"managedProperty": [
{
"key": "allowEmailRegistration",
"valueBool": true
}
]
iOS
XML
<key>allowEmailRegistration</key>
<true/>
XML
<key>allowEmailRegistration</key>
<false/>