SdkKeyResponse¶
| Field | Type | Description |
|---|---|---|
| key | string | The actual key, base64 encoded. |
| bundle_id_regex | string | The app/bundle ID regex that the key is associated with. |
| app_id_postfix | optional string | An optional postfix for the app ID associated with the key. This will be appended to the real app_id during the handshake. |
Example¶
JSON
{
"app_id_postfix": "com.example.app",
"bundle_id_regex": "com.example.*",
"key": "example-key"
}