修改参数

This commit is contained in:
yangjing 2022-06-13 16:18:14 +08:00
parent 18d5afd50c
commit 8fc46bfb24
3 changed files with 14 additions and 14 deletions

View File

@ -10,21 +10,21 @@ public static partial class StaticStringsKey {
#if IOS_CN
// admob
public const string GADValue = "ca-app-pub-3916046151571724~8878116152"; // admob id
public const string GADValue = "ca-app-pub-3916046151571724~9370329575"; // admob id
#else
// admob
public const string GADValue = "ca-app-pub-3916046151571724~9345372941"; // admob id
#endif
// topon(cn) - CN Use Topon
public const string TOPON_APPID = "a605885616c9c2"; // topon appid
public const string TOPON_APPID = "a1du0rm6qcasf6"; // topon appid
public const string TOPON_APPKEY = "c13e4357e57d78e76e472899eb182e98"; // topon appkey
public const string TOPON_IntersUnitId = "b605885cf82614"; // topon IV id
public const string TOPON_RewardVideoUnitId = "b605885e3d7950"; // topon RV id
public const string TOPON_OriginOpenScreenId = ""; // topon Origin Splash idnot native splash
public const string TOPON_NativeUnitId = ""; // topon native id
public const string TOPON_IntersUnitId = "b1du0rm73tsqoj"; // topon IV id
public const string TOPON_RewardVideoUnitId = "b1du0rm74uh1c4"; // topon RV id
public const string TOPON_OriginOpenScreenId = "b1du0rm76048u3"; // topon Origin Splash idnot native splash
public const string TOPON_NativeUnitId = "b1du0rm7703al5"; // topon native id
public const string TOPON_NativeOpenscreenId = ""; // topon native splash id
public const string TOPON_NativeBannerUnitId = ""; // topon native banner id
public const string TOPON_NativeBannerUnitId = "b1du0rm72s1spc"; // topon native banner id
// max (us) - 海外版本用max
public const string MAX_AppLovinSdkKey = "QVt-ZBOR44Frm2Ub8gEfbPo-K8SeKHvyzoq-TJ3op08cFx29THV9DviWinxrQBxNePGKU14gHOkClTrNOi_1a9"; // max key- 同一个账号key相同
@ -36,8 +36,8 @@ public static partial class StaticStringsKey {
// Ads Switch
public const bool BannerSwitch = true; // banner Switch
public const bool InterSwitch = false; // IV Switch
public const bool RewardSwitch = false; // RV Switch
public const bool InterSwitch = true; // IV Switch
public const bool RewardSwitch = true; // RV Switch
public const bool NativeSwitch = true; // native Switch
public const bool SplashSwitch = true; // Splash Switch

View File

@ -5,15 +5,15 @@ public static partial class StaticStringsKey {
#if IOS_CN
// apple app id
public const string APPLE_APP_ID = "1579995714"; // Only review to jump to the game store details page useful
public const string APPLE_APP_ID = "1629388707"; // Only review to jump to the game store details page useful
// umeng
public const string UMENG_APPKEY = "6216f7ac317aa877605f984f";
public const string UMENG_APPKEY = "62789bffd024421570e7bae4";
public const string UMENG_CHANNELID = "AppStore";
// ga
public const string GA_gameKey = "bc6ba4a6dd0e2596544fa6a56ef6b46f";
public const string GA_secretKey = "bd54e27a4707d4570612d160c9ad50bf4007590f";
public const string GA_gameKey = "1d7378db891b3bd0e175c340b334ae6e";
public const string GA_secretKey = "3a3a660826e67ef6790a0910c324b1cd7aab3f07";
// tenjin
public const string TENJIN_KEY = "PYOTVKJ4XZJHSMZW2V6GBQRCNXAFKWU2";

View File

@ -8,7 +8,7 @@ public static class TKGBasicConfig
public const string age = "8";
//游戏题材
public const string content = "合成斗";
public const string content = "合成斗";
//隐私政策链接
public const string PrivacyURL = "https://www.mooncakegame.com/privacy.html";