替换app参数
This commit is contained in:
parent
f52d0c75f1
commit
131f56e72a
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.applovin.mediation.unity.adapters.google">
|
||||
<application>
|
||||
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3916046151571724~2686131642" />
|
||||
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3916046151571724~9238298794" />
|
||||
</application>
|
||||
</manifest>
|
|
@ -32,13 +32,13 @@ public static partial class StaticStringsKey
|
|||
|
||||
public const string TOPON_APPID = "";
|
||||
public const string TOPON_APPKEY = "";
|
||||
public const string IntersUnitId = "69977da412955e65";
|
||||
public const string RewardVideoUnitId = "21d36744d68e9f04";
|
||||
public const string IntersUnitId = "3dae1cad45532c80";
|
||||
public const string RewardVideoUnitId = "3fbd2c493e9980f3";
|
||||
public const string NativeUnitId = "";
|
||||
public const string OpenscreenId = "";
|
||||
public const string NativeBannerUnitId = "";
|
||||
|
||||
public const string GADValue = "ca-app-pub-3916046151571724~2686131642";
|
||||
public const string GADValue = "ca-app-pub-3916046151571724~9238298794";
|
||||
|
||||
#else
|
||||
public const string TOPON_APPID = "";
|
||||
|
|
|
@ -13,7 +13,7 @@ public static partial class StaticStringsKey {
|
|||
public const string GADValue = "ca-app-pub-3916046151571724~8878116152"; // admob id
|
||||
#else
|
||||
// admob
|
||||
public const string GADValue = "ca-app-pub-3916046151571724~4846812009"; // admob id
|
||||
public const string GADValue = "ca-app-pub-3916046151571724~3822320585"; // admob id
|
||||
#endif
|
||||
|
||||
// topon(cn) - CN Use Topon
|
||||
|
@ -28,8 +28,8 @@ public static partial class StaticStringsKey {
|
|||
|
||||
// max (us) - 海外版本用max
|
||||
public const string MAX_AppLovinSdkKey = "QVt-ZBOR44Frm2Ub8gEfbPo-K8SeKHvyzoq-TJ3op08cFx29THV9DviWinxrQBxNePGKU14gHOkClTrNOi_1a9"; // max key- (同一个账号key相同)
|
||||
public const string MAX_IV = "bf6f2f13c370433c"; // max 插屏id
|
||||
public const string MAX_RV = "e811a0d620f80eaa"; // max 激励视频id
|
||||
public const string MAX_IV = "a1932f8e658086d1"; // max 插屏id
|
||||
public const string MAX_RV = "5c7cf996479ff5f2"; // max 激励视频id
|
||||
|
||||
// Ads Switch
|
||||
public const bool BannerSwitch = false; // banner Switch
|
||||
|
|
|
@ -5,15 +5,15 @@ using UnityEngine;
|
|||
public static partial class StaticStringsKey
|
||||
{
|
||||
// apple app id
|
||||
public const string APPLE_APP_ID = "1620904226";
|
||||
public const string APPLE_APP_ID = "1625019368";
|
||||
|
||||
// umeng
|
||||
public const string UMENG_APPKEY = "624d4f886adb343c47f49750";
|
||||
public const string UMENG_APPKEY = "62789bc5d024421570e7bae1";
|
||||
public const string UMENG_CHANNELID = "GooglePlay";
|
||||
|
||||
// ga
|
||||
public const string GA_gameKey = "657381e44819ed49af5201f66ee3114d";
|
||||
public const string GA_secretKey = "8121fd58e67d5ce10a7e1d6d8ff08f2edc8fa8dd";
|
||||
public const string GA_gameKey = "f5aee1c4aab1b56b24e0a70ff8cb1b6d";
|
||||
public const string GA_secretKey = "8f0d1a265709ffbc942ef02f8841f2a4d1675f2b";
|
||||
|
||||
// tenjin
|
||||
public const string TENJIN_KEY = "PYOTVKJ4XZJHSMZW2V6GBQRCNXAFKWU2";
|
||||
|
|
|
@ -21,15 +21,15 @@ public static partial class StaticStringsKey {
|
|||
|
||||
#else
|
||||
// apple app id
|
||||
public const string APPLE_APP_ID = "1620904226"; // 只 review url(跳转游戏商店详情页) 有用到
|
||||
public const string APPLE_APP_ID = "1625019368"; // 只 review url(跳转游戏商店详情页) 有用到
|
||||
|
||||
// umeng
|
||||
public const string UMENG_APPKEY = "624d4fba6adb343c47f49793";
|
||||
public const string UMENG_APPKEY = "62789be530a4f67780cf9727";
|
||||
public const string UMENG_CHANNELID = "AppStore";
|
||||
|
||||
// ga
|
||||
public const string GA_gameKey = "900189f3c8e89483a0d4a3bb52b0b3ca";
|
||||
public const string GA_secretKey = "2c781f4abeb5ec106037bc70603eec135326db34";
|
||||
public const string GA_gameKey = "9368bf3ee0da83b3e50983ec2c22bb66";
|
||||
public const string GA_secretKey = "44c031f38f20de77c5cb0f5e1ab1c430b91a309a";
|
||||
|
||||
// tenjin
|
||||
public const string TENJIN_KEY = "PYOTVKJ4XZJHSMZW2V6GBQRCNXAFKWU2";
|
||||
|
|
Loading…
Reference in New Issue