IBI-aws MobileClient

code

Available from version

1.12.0

Necessity

required [alternative to emailAddress and remarkgroupId]

Value type

text

Description

The code with which the IBI-aws MobileClient can be registered.

Codes can be managed in the IBI-aws Admin.

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.

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "code",
    "valueString": "CODE123"
  }
]

iOS

XML
<key>code</key>
<string>CODE123</string>