Leadbolt sdk横幅广告没有显示

时间:2014-03-29 22:57:10

标签: android leadbolt

我的Admob帐户最近突然关闭,没有任何警告。因此,我尝试整合Leadbolt广告库,但广告未展示。我只想在页面底部添加横幅。以下是我到目前为止的情况:

我的Activtiy.onCreate()

中的代码
        super.onCreate(savedInstanceState);
        // ... other stuff...
        // private AdController ad; (This is defined as a class variablein the activity)
        ad = new AdController(this, "my_section_id"); // my_section_id from the leadbolt page where I configured the banner ad. 
        ad.loadAd();

我的Activity.onDestroy()

中的代码
ad.destroyAd(); 
super.onDestroy();

配置页面正确显示所有内容:

enter image description here

我也在Manifest文件中添加了所有权限。根据{{​​3}},我找不到任何需要的xml / layout添加。

可能出现什么问题?

1 个答案:

答案 0 :(得分:0)

您需要使用

ad.loadStartAd("Audio id", "re-engagement id");