05/15/2024 15:19:45

Problem description

Pop up Qimei-related Toast after the game is started

Image Description

Cause of the problem

The Toast is popped up by Beacon. When the Beacon log is enabled, the Toast will pop up. The Beacon logic is as follows: Image Description

Solution

V3 version: ** It pops up after the WGPlatform.Initialized interface is called to successfully initialize the Beacon component

Set STAT_LOG to false in msdkconfig.ini

Image Description

V5 version: ** It pops up after the MSDKReport.Init interface is called to successfully initialize the Beacon component

Remove 'Beacon' in MSDK_DEBUG_CHANNEL in MSDKConfig.ini

Image Description

TDM version:

The Beacon component pops up after the TDM compliance switch 'EnableDeviceInfo' is enabled

Just switch to TDM's release environment

// true - test environment, false - release environment. When the field is left blank, its default value is 'release environment'
<meta-data android:name="GCloud.TDM.Test" android:value="false" />

Remarks: The configuration must be set as "Disabled" in the release environment



Copyright © 2024 MSDK.
All rights reserved.

results matching ""

    No results matching ""