This commit is contained in:
Martin 2024-08-13 09:37:23 +08:00
parent 84a50effed
commit 6a1fb1dfb8

View File

@ -451,7 +451,7 @@ public class AppContext extends CommonAppContext {
// FaceManager.initFaceUnity(this); // FaceManager.initFaceUnity(this);
//初始化Adjust //初始化Adjust
String appToken = "d6m0zj5a3k00"; String appToken = "d6m0zj5a3k00";
String environment = AdjustConfig.ENVIRONMENT_PRODUCTION; String environment = AdjustConfig.ENVIRONMENT_SANDBOX;
AdjustConfig config = new AdjustConfig(this, appToken, environment); AdjustConfig config = new AdjustConfig(this, appToken, environment);
config.setLogLevel(LogLevel.VERBOSE); config.setLogLevel(LogLevel.VERBOSE);
Adjust.onCreate(config); Adjust.onCreate(config);