Commit 33b610c0 authored by zhangzhe's avatar zhangzhe

修改id

parent 8e0be40a
...@@ -42,7 +42,9 @@ public class GDTFeedAdUtil ...@@ -42,7 +42,9 @@ public class GDTFeedAdUtil
NativeExpressAd ad = new NativeExpressAd(entity.codeId, GetAdSize()); NativeExpressAd ad = new NativeExpressAd(entity.codeId, GetAdSize());
nativeExpressAd = ad; nativeExpressAd = ad;
#if UNITY_IOS
ad.SetEnableDefaultAudioSessionSetting(false); ad.SetEnableDefaultAudioSessionSetting(false);
#endif
ad.SetListener(new FeedAdListener(entity,callback)); ad.SetListener(new FeedAdListener(entity,callback));
ad.LoadAd(1); ad.LoadAd(1);
} }
......
...@@ -39,7 +39,9 @@ public class GDTInterstitialAdUtil ...@@ -39,7 +39,9 @@ public class GDTInterstitialAdUtil
//string posId = Constants.intersititialNoVideoPosId;//不带视频的插屏广告测试Id //string posId = Constants.intersititialNoVideoPosId;//不带视频的插屏广告测试Id
UnifiedInterstitialAd ad = new UnifiedInterstitialAd(entity.codeId); UnifiedInterstitialAd ad = new UnifiedInterstitialAd(entity.codeId);
#if UNITY_IOS
ad.SetEnableDefaultAudioSessionSetting(false); ad.SetEnableDefaultAudioSessionSetting(false);
#endif
ad.SetListener(new UnifiedInterstitialAdListener(entity,ad,null, callback)); ad.SetListener(new UnifiedInterstitialAdListener(entity,ad,null, callback));
ad.LoadAd(); ad.LoadAd();
} }
......
...@@ -19,8 +19,8 @@ public class Constant ...@@ -19,8 +19,8 @@ public class Constant
/// </summary> /// </summary>
public bool IsTestNet{ get; set; } public bool IsTestNet{ get; set; }
//微信key //微信key
public string WX_APP_ID= "wx10f8dcecdcf26ab7"; public string WX_APP_ID= "wxeb614acc314efbfb";
public string WX_APP_Key= "bfa522c1b6be52727795b726b788181a"; public string WX_APP_Key= "89abbb00107cc6255198cf1285181b4e";
public string universalLink = "https://feedapi.zhangxineducation.com/simulator/"; public string universalLink = "https://feedapi.zhangxineducation.com/simulator/";
// 友盟key ios // 友盟key ios
...@@ -31,7 +31,7 @@ public class Constant ...@@ -31,7 +31,7 @@ public class Constant
#if UNITY_IOS #if UNITY_IOS
return "609a589b53b6726499f8543d"; return "609a589b53b6726499f8543d";
#else #else
return "608669265844f15425eb7953"; return "安卓不可用";
#endif #endif
} }
...@@ -47,7 +47,7 @@ public class Constant ...@@ -47,7 +47,7 @@ public class Constant
#if UNITY_IOS #if UNITY_IOS
return "399d87a2b8c8d900"; return "399d87a2b8c8d900";
#else #else
return "892467fd69100919"; return "c4f628fe0c45566f";
#endif #endif
} }
} }
......
...@@ -168,7 +168,7 @@ PlayerSettings: ...@@ -168,7 +168,7 @@ PlayerSettings:
androidSupportedAspectRatio: 1 androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1 androidMaxAspectRatio: 2.1
applicationIdentifier: applicationIdentifier:
Android: com.ym.cscmnq Android: com.ym.wdcy
iPhone: com.ym.simulator iPhone: com.ym.simulator
buildNumber: buildNumber:
iPhone: 0 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