adjust添加MetaInstallReferrer关联
parent
b66227b35c
commit
91e8f5e173
|
|
@ -17,7 +17,7 @@ public class AdjustInitTool
|
|||
return _instance;
|
||||
}
|
||||
}
|
||||
|
||||
public const string FB_APP_ID_STRING = "755605353818089";
|
||||
public string Adid;
|
||||
|
||||
public void InitAdjustSDK(string appToken)
|
||||
|
|
@ -27,6 +27,7 @@ public class AdjustInitTool
|
|||
{
|
||||
AdjustSdk.AdjustConfig adjustConfig = new($"{appToken}", AdjustSdk.AdjustEnvironment.Sandbox);
|
||||
adjustConfig.LogLevel = AdjustSdk.AdjustLogLevel.Verbose;
|
||||
adjustConfig.FbAppId = $"{FB_APP_ID_STRING}";
|
||||
AdjustSdk.Adjust.InitSdk(adjustConfig);
|
||||
AdjustSdk.Adjust.GetAdid(adid =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue