iOS

สร้างไฟล์ hive_config.xml ที่ตำแหน่งที่คุณต้องการและเชื่อมโยงมันโดยตรงกับโปรเจกต์ Xcode ของคุณ จากนั้นกรอกข้อมูลเช่น AppID, ชื่อบริษัท, และภาษาของเกมที่ลงทะเบียนในคอนโซล Hive ลงในไฟล์นี้และบันทึกมัน

ด้านล่างนี้คือตัวอย่างของไฟล์ hive_config.xml เมื่อ Com2uS พัฒนาแอปที่รองรับการเข้าสู่ระบบ Google และการชำระเงินในตลาด Apple AppStore โดยใช้ SDK Hive ใช้ตัวอย่างนี้เพื่อป้อนข้อมูลที่เกี่ยวข้องลงในไฟล์ สำหรับรายละเอียดเพิ่มเติม โปรดดูที่ คู่มือการกำหนดค่าพื้นฐาน

<properties>

    <!-- Hive SDK Common Settings: START -->
    <appId>com.sample.your</appId>

    <gameLanguage>en</gameLanguage>

    <!-- Select server of Hive platform. sandbox for development, real for production
        (sandbox, real) -->
    <zone>real</zone>

    <!-- Enable or disable internal operation logs of the SDK
        (true, false) -->
    <useLog>false</useLog>

    <!-- Company settings
        (C2S: Com2uS, GVI: Com2uS Holdings) -->
    <company>C2S</company>

    <!-- Channel settings
        (C2S: Hive platform) -->
    <channel>C2S</channel>

    <!-- Payment market settings
        (GO: Google Play, LE: Com2uS Lebi, AP: Apple App Store) -->
    <market>AP</market>

    <!-- Set the HTTP Connect Timeout used internally by the Hive SDK in seconds
        (Do not change unless necessary) -->
    <httpConnectTimeout>8</httpConnectTimeout>

    <!-- Set the HTTP Read Timeout used internally by the Hive SDK in seconds
        (Do not change unless necessary) -->
    <httpReadTimeout>8</httpReadTimeout>

    <agreementDetermineBase>device</agreementDetermineBase>
    <!-- Hive SDK Common Settings: END -->

    <!-- Hive SDK Feature-specific Settings: START -->
    <!-- Authentication product settings: Use Google authentication -->
    <providers>             
        <google playAppId="123456789012"  clientId="123456789012-abc.apps.googleusercontent.com"  serverClientId="123456789012-abc.apps.googleusercontent.com"  reversedClientId="com.googleusercontent.apps.123456789012-abc"  deviceFlowClientId="331526026701-gn1abq1ev23nqj7rdvvlaamf7ii4f3u9.apps.googleusercontent.com" />
    </providers>
    <!-- Hive SDK Feature-specific Settings: END -->

</properties>
Info

คุณสามารถบันทค่าในไฟล์การกำหนดค่า Hive SDK ก่อนที่จะสร้างแอป หรือเปลี่ยนค่าในการกำหนดค่าในระหว่างการทำงาน (การทำงานของแอป) สำหรับรายละเอียดเพิ่มเติม โปรดตรวจสอบที่ Hive SDK Configuration.