All engines
These are the setup instructions to use the Promotion feature in the Hive SDK across development engines.
Console setup¶
You need to configure the Promotion feature as below in Console Promotion.
hive_config.xml settings¶
These are the detailed settings required to use the Promotion feature in the Hive SDK.
Note
Refer to this for more details on the settings in hive_config.xml.
| Item | Description |
|---|---|
| unsupportedUAShareType | Specifies SNS that you don't want to use when sharing a game invitation message and an invitation link on social media. Only applicable to the Android platform. |
<properties>
<!-- (Configure only when excluding specific SNS exposure.)-->
<unsupportedUAShareType>
<value>SMS</value>
<value>URL</value>
<value>KAKAO</value>
<value>LINE</value>
<value>WHATSAPP</value>
<value>FACEBOOK</value>
<value>MESSENGER</value>
<value>WECHAT</value>
</unsupportedUAShareType>
</properties>