01/10/2025 10:53:00
Problem description
Pop up Qimei-related Toast after the game is started
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:
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
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
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
All rights reserved.