2014-04-12 14 views
0

我使用的InMobi團結插件廣告,但之後演出「間質性」面臨的一個問題,通過使用功能InMobiAndroid.showInterstitial()我不能關閉它,我按上沒有關閉按鈕,但廣告這麼多次關閉該怎麼辦?的InMobi間質性沒有關閉

if((string.Compare(InMobiAndroid.getInterstitialState(), "Ready") == 0 || string.Compare(InMobiAndroid.getInterstitialState(),"READY") == 0)&& !loadAd) 
{ 
    InMobiAndroid.showInterstitial(); 
    loadAd = true; 
} 

回答

1

更新Android清單文件

<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"> 

添加

<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" />