0

I have implemented the notification ads per the "How-to" guide:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />

and

String leadboltNoticationId = Application.getInstance().getLeadboltNoticationId();
AdController myController = new AdController(getApplicationContext(),
            leadboltNoticationId);
myController.setAsynchTask(true);
myController.loadNotification();

no ads show in the notification bar. Nothing shows in the logs. "leadboltNoticationId" is filled correctly with the id. How long do i need to wait for an ad to show up? Is there a way to force an ad to show up immediately? I don't have access to the docs so please dont reference them unless you are going to give me a publicly accessible download link.

4

1 回答 1

0

您可以通过将 Leadbot-Accout 中的通知设置为重复显示来强制显示通知。

于 2012-05-26T07:19:16.567 回答