Inmobi Interstial没有';t关闭
本文关键字:关闭 Interstial 没有 Inmobi | 更新日期: 2023-09-27 17:57:58
我正在使用inmobi统一插件做广告,但在使用函数InMobiAndroid.showInterstitial()
显示"Interstial"后,我遇到了一个问题。我无法关闭它。我按了这么多次关闭按钮,但广告没有关闭。该怎么办?
if((string.Compare(InMobiAndroid.getInterstitialState(), "Ready") == 0 || string.Compare(InMobiAndroid.getInterstitialState(),"READY") == 0)&& !loadAd)
{
InMobiAndroid.showInterstitial();
loadAd = true;
}
更新Android清单文件
添加
<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" />
在中
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:label="@string/app_name" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen">