16. System Information

Guide you how to implement System Information in your game.

 

 


What is a System Information?

  • The API to check current device information is provided.

Information

Description

Information

Description

Language Code

  • The language setting information that is set on the device is fetched. The language code returns a value according to the ISO 639-1 standard.

Country code

  • For devices supporting 3g / LTE, the country code returned by the communication module is returned; for wifi-only devices, the country code set in the device is returned.
    (SDK 3.7.0 or higher) For wifi-only devices, the country code is collected based on GeoIP. If it fails to import GeoIP, it will be collected as the country information of the device.

  • The country code follows the ISO 3166-1 alpha-2 standard and returns "zz" if no country information is available.

  • The country code is retained when the first app is launched, and the country code is set again when the app is deleted or when the app information is deleted.

Device ID

  • Returns a value that can distinguish the device, and is changed when the device is initialized.

Device Model

  • Returns model information for the current device.

OS

  • Returns the device's current OS (android / ios).

Network connection

  • Returns whether the current device is connected to an external network.

Linked network type

  • It fetches the way the device is currently connected to the external network (wifi / cellular / unknown).