Android
สร้างไฟล์ใหม่
ด้านล่างนี้คือตัวอย่างของไฟล์ hive_config.xml สำหรับการพัฒนาแอปที่รองรับการเข้าสู่ระบบ Google และการชำระเงินผ่านตลาด Google Play Store โดยใช้ SDK Hive ของ Com2uS โปรดดูตัวอย่างนี้เพื่อป้อนข้อมูลที่เกี่ยวข้องลงในไฟล์ สำหรับรายละเอียดเพิ่มเติม โปรดดูที่ คู่มือการกำหนดค่าพื้นฐาน
<properties>
<!-- Hive SDK common settings: START -->
<appId>com.sample.your</appId>
<gameLanguage>en</gameLanguage>
<!-- Select the server for the Hive platform. sandbox for development, real for production
(sandbox, real) -->
<zone>real</zone>
<!-- Enable or disable logs for internal SDK operations
(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>GO</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 feature 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 Settings.