From 8fc46bfb2425b21ba39b8395bfd864d151b0de22 Mon Sep 17 00:00:00 2001 From: yangjing Date: Mon, 13 Jun 2022 16:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AdsSettings/StaticStringsKey_iOS.cs | 18 +++++++++--------- .../AnalyticsSettings/StaticStringsKey_iOS.cs | 8 ++++---- Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Assets/TKGSDK/Config/Scripts/AdsSettings/StaticStringsKey_iOS.cs b/Assets/TKGSDK/Config/Scripts/AdsSettings/StaticStringsKey_iOS.cs index 2f869b80..b20d08d4 100644 --- a/Assets/TKGSDK/Config/Scripts/AdsSettings/StaticStringsKey_iOS.cs +++ b/Assets/TKGSDK/Config/Scripts/AdsSettings/StaticStringsKey_iOS.cs @@ -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 id(not 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 id(not 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 diff --git a/Assets/TKGSDK/Config/Scripts/AnalyticsSettings/StaticStringsKey_iOS.cs b/Assets/TKGSDK/Config/Scripts/AnalyticsSettings/StaticStringsKey_iOS.cs index 35b7f9d6..4157eb06 100644 --- a/Assets/TKGSDK/Config/Scripts/AnalyticsSettings/StaticStringsKey_iOS.cs +++ b/Assets/TKGSDK/Config/Scripts/AnalyticsSettings/StaticStringsKey_iOS.cs @@ -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"; diff --git a/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs b/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs index 5aa4fbdc..b0f1bf6a 100644 --- a/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs +++ b/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs @@ -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";