parent
6a1ba3e38c
commit
5880513789
|
|
@ -58,6 +58,7 @@ namespace Guru
|
||||||
public bool enable_facebook = true;
|
public bool enable_facebook = true;
|
||||||
public bool enable_adjust = true;
|
public bool enable_adjust = true;
|
||||||
public bool enable_iap = false;
|
public bool enable_iap = false;
|
||||||
|
public double tch020_val = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Serializable]
|
[Serializable]
|
||||||
|
|
|
||||||
|
|
@ -204,6 +204,12 @@ namespace Guru
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
useIAP = _appServicesConfig.IsIAPEnabled();
|
useIAP = _appServicesConfig.IsIAPEnabled();
|
||||||
|
|
||||||
|
if (_appServicesConfig.app_settings.tch020_val > 0)
|
||||||
|
{
|
||||||
|
Analytics.EnableTch02Event = true;
|
||||||
|
Analytics.SetTch02TargetValue(_appServicesConfig.app_settings.tch020_val);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// AdjustService.StartService();
|
// AdjustService.StartService();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue