修改banner和native广告ID
This commit is contained in:
parent
682849c0a0
commit
9245ba9674
|
@ -30,15 +30,15 @@ public static partial class StaticStringsKey {
|
||||||
public const string MAX_AppLovinSdkKey = "QVt-ZBOR44Frm2Ub8gEfbPo-K8SeKHvyzoq-TJ3op08cFx29THV9DviWinxrQBxNePGKU14gHOkClTrNOi_1a9"; // max key- (同一个账号key相同)
|
public const string MAX_AppLovinSdkKey = "QVt-ZBOR44Frm2Ub8gEfbPo-K8SeKHvyzoq-TJ3op08cFx29THV9DviWinxrQBxNePGKU14gHOkClTrNOi_1a9"; // max key- (同一个账号key相同)
|
||||||
public const string MAX_IV = "a1932f8e658086d1"; // max 插屏id
|
public const string MAX_IV = "a1932f8e658086d1"; // max 插屏id
|
||||||
public const string MAX_RV = "5c7cf996479ff5f2"; // max 激励视频id
|
public const string MAX_RV = "5c7cf996479ff5f2"; // max 激励视频id
|
||||||
public const string MAX_NATIVE_TEMPLATE = "";
|
public const string MAX_NATIVE_TEMPLATE = "e8aed7951b525a90";
|
||||||
public const string MAX_MATIVE_MANUAL = "";
|
public const string MAX_MATIVE_MANUAL = "e8aed7951b525a90";
|
||||||
public const string MAX_BANNER = "";
|
public const string MAX_BANNER = "e7ede5592995fec5";
|
||||||
|
|
||||||
// Ads Switch
|
// Ads Switch
|
||||||
public const bool BannerSwitch = false; // banner Switch
|
public const bool BannerSwitch = true; // banner Switch
|
||||||
public const bool InterSwitch = true; // IV Switch
|
public const bool InterSwitch = true; // IV Switch
|
||||||
public const bool RewardSwitch = true; // RV Switch
|
public const bool RewardSwitch = true; // RV Switch
|
||||||
public const bool NativeSwitch = false; // native Switch
|
public const bool NativeSwitch = true; // native Switch
|
||||||
public const bool SplashSwitch = false; // Splash Switch
|
public const bool SplashSwitch = false; // Splash Switch
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
@ -142,7 +142,7 @@ PlayerSettings:
|
||||||
16:10: 1
|
16:10: 1
|
||||||
16:9: 1
|
16:9: 1
|
||||||
Others: 1
|
Others: 1
|
||||||
bundleVersion: 1.0.0
|
bundleVersion: 1.0.1
|
||||||
preloadedAssets: []
|
preloadedAssets: []
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
|
@ -191,7 +191,7 @@ PlayerSettings:
|
||||||
iPhone: com.hotpotgames.mergemilitary.global
|
iPhone: com.hotpotgames.mergemilitary.global
|
||||||
buildNumber:
|
buildNumber:
|
||||||
Standalone: 1
|
Standalone: 1
|
||||||
iPhone: 3
|
iPhone: 0
|
||||||
AndroidBundleVersionCode: 2
|
AndroidBundleVersionCode: 2
|
||||||
AndroidMinSdkVersion: 21
|
AndroidMinSdkVersion: 21
|
||||||
AndroidTargetSdkVersion: 30
|
AndroidTargetSdkVersion: 30
|
||||||
|
|
Loading…
Reference in New Issue