All engines
These are the setting-up instructions to use promotion for the Hive SDK for all development engines.
Hive console setup¶
You need to set up the promotion feature as below in the Hive Console Promotion.
hive_config.xml settings¶
These are the detailed settings required to use Hive SDK Promotion.
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>