Commit d04cde4b authored by zhangzhe's avatar zhangzhe

修改id

parent d285f8a4
......@@ -42,7 +42,9 @@ public class GDTFeedAdUtil
NativeExpressAd ad = new NativeExpressAd(entity.codeId, GetAdSize());
nativeExpressAd = ad;
#if UNITY_IOS
ad.SetEnableDefaultAudioSessionSetting(false);
#endif
ad.SetListener(new FeedAdListener(entity,callback));
ad.LoadAd(1);
}
......
......@@ -39,7 +39,9 @@ public class GDTInterstitialAdUtil
//string posId = Constants.intersititialNoVideoPosId;//不带视频的插屏广告测试Id
UnifiedInterstitialAd ad = new UnifiedInterstitialAd(entity.codeId);
#if UNITY_IOS
ad.SetEnableDefaultAudioSessionSetting(false);
#endif
ad.SetListener(new UnifiedInterstitialAdListener(entity,ad,null, callback));
ad.LoadAd();
}
......
......@@ -19,8 +19,8 @@ public class Constant
/// </summary>
public bool IsTestNet{ get; set; }
//微信key
public string WX_APP_ID= "wx10f8dcecdcf26ab7";
public string WX_APP_Key= "bfa522c1b6be52727795b726b788181a";
public string WX_APP_ID= "wx21eef1b1b33e2ccd";
public string WX_APP_Key= "dff00145f278fc1b808197a68e8cb5db";
public string universalLink = "https://feedapi.zhangxineducation.com/simulator/";
// 友盟key ios
......@@ -47,7 +47,7 @@ public class Constant
#if UNITY_IOS
return "399d87a2b8c8d900";
#else
return "892467fd69100919";
return "1d8a0d53c33a9b95";
#endif
}
}
......
......@@ -168,7 +168,7 @@ PlayerSettings:
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier:
Android: com.ym.cscmnq
Android: com.ym.xynt
iPhone: com.ym.simulator
buildNumber:
iPhone: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment