diff --git a/Assets/Scripts/AttachToGameObject/ADInfo.cs b/Assets/Scripts/AttachToGameObject/ADInfo.cs index 0c97c1b..62fd47c 100644 --- a/Assets/Scripts/AttachToGameObject/ADInfo.cs +++ b/Assets/Scripts/AttachToGameObject/ADInfo.cs @@ -10,20 +10,20 @@ public class ADInfo : MonoBehaviourSingletonTemplate //public static ADInfo Ins; private RewardedInterstitialAd short_rewardedInterstitialAd; - //string rewardedInterstitialAd_ID = "ca-app-pub-6390804219581974/3468554834"; - string rewardedInterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트 + string rewardedInterstitialAd_ID = "ca-app-pub-6390804219581974/3468554834"; + //string rewardedInterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트 private InterstitialAd m_interstitialAd; - //string InterstitialAd_ID = "ca-app-pub-2550554896492831/9309815439"; - string InterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트 + string InterstitialAd_ID = "ca-app-pub-2550554896492831/9309815439"; + //string InterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트 private RewardedAd long_rewardedAd; - //string longAD = "ca-app-pub-2550554896492831/2536577422"; - string longAD = "ca-app-pub-3940256099942544/5224354917"; // 테스트 + string longAD = "ca-app-pub-2550554896492831/2536577422"; + //string longAD = "ca-app-pub-3940256099942544/5224354917"; // 테스트 BannerView _bannerView; - //string bannerAD = "ca-app-pub-2550554896492831/2225586237"; - string bannerAD = "ca-app-pub-3940256099942544/6300978111"; // 테스트 + string bannerAD = "ca-app-pub-2550554896492831/2225586237"; + //string bannerAD = "ca-app-pub-3940256099942544/6300978111"; // 테스트 byte GetReward = 0; Action Action_success, Action_fail; diff --git a/Assets/Scripts/AttachToGameObject/InappInfo.cs b/Assets/Scripts/AttachToGameObject/InappInfo.cs index 1c325f6..6624128 100644 --- a/Assets/Scripts/AttachToGameObject/InappInfo.cs +++ b/Assets/Scripts/AttachToGameObject/InappInfo.cs @@ -224,9 +224,9 @@ public class InappInfo : MonoBehaviourSingletonTemplate // 구매 시도 public void BuyProduct(string productId, Action success, Action fail = null) { - // 게등위 테스트 - success?.Invoke(); - return; + //// 게등위 테스트 + //success?.Invoke(); + //return; m_OneStoreIapCallBack.act_success = act_success = success; m_OneStoreIapCallBack.act_fail = act_fail = fail;