【广告】更新广告码

iOS_release
zhangaotian 2024-06-25 16:15:39 +08:00
parent 12f6db6964
commit 0168f40a95
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ namespace Gameplay.Game
SDKManager.Instance.InitEarly();
string unityAdsGameID = null;
#if UNITY_ANDROID
unityAdsGameID = "5582903";
unityAdsGameID = "5640254";
#elif UNITY_IPHONE
unityAdsGameID = "5582902";
unityAdsGameID = "5640255";
#endif
AdSDKManager.Instance.ConfigureBeforeInit(unityAdsGameID);
AdSDKManager.Instance.Init();