게등위 테스트 제거
This commit is contained in:
parent
fe1c2e06ca
commit
3a49f8c544
|
|
@ -10,20 +10,20 @@ public class ADInfo : MonoBehaviourSingletonTemplate<ADInfo>
|
||||||
//public static ADInfo Ins;
|
//public static ADInfo Ins;
|
||||||
|
|
||||||
private RewardedInterstitialAd short_rewardedInterstitialAd;
|
private RewardedInterstitialAd short_rewardedInterstitialAd;
|
||||||
//string rewardedInterstitialAd_ID = "ca-app-pub-6390804219581974/3468554834";
|
string rewardedInterstitialAd_ID = "ca-app-pub-6390804219581974/3468554834";
|
||||||
string rewardedInterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트
|
//string rewardedInterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트
|
||||||
|
|
||||||
private InterstitialAd m_interstitialAd;
|
private InterstitialAd m_interstitialAd;
|
||||||
//string InterstitialAd_ID = "ca-app-pub-2550554896492831/9309815439";
|
string InterstitialAd_ID = "ca-app-pub-2550554896492831/9309815439";
|
||||||
string InterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트
|
//string InterstitialAd_ID = "ca-app-pub-3940256099942544/1033173712"; // 테스트
|
||||||
|
|
||||||
private RewardedAd long_rewardedAd;
|
private RewardedAd long_rewardedAd;
|
||||||
//string longAD = "ca-app-pub-2550554896492831/2536577422";
|
string longAD = "ca-app-pub-2550554896492831/2536577422";
|
||||||
string longAD = "ca-app-pub-3940256099942544/5224354917"; // 테스트
|
//string longAD = "ca-app-pub-3940256099942544/5224354917"; // 테스트
|
||||||
|
|
||||||
BannerView _bannerView;
|
BannerView _bannerView;
|
||||||
//string bannerAD = "ca-app-pub-2550554896492831/2225586237";
|
string bannerAD = "ca-app-pub-2550554896492831/2225586237";
|
||||||
string bannerAD = "ca-app-pub-3940256099942544/6300978111"; // 테스트
|
//string bannerAD = "ca-app-pub-3940256099942544/6300978111"; // 테스트
|
||||||
|
|
||||||
byte GetReward = 0;
|
byte GetReward = 0;
|
||||||
Action Action_success, Action_fail;
|
Action Action_success, Action_fail;
|
||||||
|
|
|
||||||
|
|
@ -224,9 +224,9 @@ public class InappInfo : MonoBehaviourSingletonTemplate<InappInfo>
|
||||||
// 구매 시도
|
// 구매 시도
|
||||||
public void BuyProduct(string productId, Action success, Action fail = null)
|
public void BuyProduct(string productId, Action success, Action fail = null)
|
||||||
{
|
{
|
||||||
// 게등위 테스트
|
//// 게등위 테스트
|
||||||
success?.Invoke();
|
//success?.Invoke();
|
||||||
return;
|
//return;
|
||||||
|
|
||||||
m_OneStoreIapCallBack.act_success = act_success = success;
|
m_OneStoreIapCallBack.act_success = act_success = success;
|
||||||
m_OneStoreIapCallBack.act_fail = act_fail = fail;
|
m_OneStoreIapCallBack.act_fail = act_fail = fail;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue