게등위 테스트 제거

This commit is contained in:
Ino 2025-11-06 21:06:37 +09:00
parent fe1c2e06ca
commit 3a49f8c544
2 changed files with 11 additions and 11 deletions

View File

@ -10,20 +10,20 @@ public class ADInfo : MonoBehaviourSingletonTemplate<ADInfo>
//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;

View File

@ -224,9 +224,9 @@ public class InappInfo : MonoBehaviourSingletonTemplate<InappInfo>
// 구매 시도
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;