IBI-aws MobileClient

allowCodeRegistration

Available from version

1.12.0

Necessity

optional

Value type

boolean value

Description

Specifies whether manual registration via e-mail address is allowed.

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "allowCodeRegistration",
    "valueBool": true
  }
]

iOS

XML
<key>allowCodeRegistration</key>
<true/>
XML
<key>allowCodeRegistration</key>
<false/>