InMobi Does not show any ads

家住魔仙堡 提交于 2019-12-13 05:03:57

问题


I want to implement InMobi ads in my android application.

I have download the InMobi SDK and trying to show ads using sample app.

I have a valid APP_ID generated from InMobi server and following is the code i have( i am using sample app from INMobi SDK)

<com.inmobi.androidsdk.IMAdView
        android:id="@+id/imAdview"
        android:layout_width="320dp"
        android:layout_height="50dp"
        adSize="15"
        appId="14c9c64f24004a18ab1c6c718aa07eac" />

And in Activity:

mIMAdInterstitial = new IMAdInterstitial(this,"4028cba631d63df10131e1d3818b00cc");

but whenever i run the app i get one of the following error-

1)NETWORK_ERROR 2)INVALID_APP_ID

I do have Internet connection on my device.

Am i missing something?


回答1:


This is Raju from the InMobi team here. I just had a quick look at your app integrations. All you would need to do is to complete your App verification process. This would ensure the activation of your app on our network and you would start to receive ads.

Do write in to helpdesk@inmobi.com in case you continue to face issues.

Also, the InMobi diagnostics tool is a nifty way to identify issues around your integration. You could read more here: http://www.inmobi.com/helpcenter/publisher-help/integration/how-to-set-up-publisher-diagnostics/

Hope this helps.



来源:https://stackoverflow.com/questions/17080231/inmobi-does-not-show-any-ads

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!