globalvar BANNER_ID;
global.BANNER_ID = "ca-app-pub-1752843930024301/xxxxxxxxx"

GoogleMobileAds_Init(global.BANNER_ID)
GoogleMobileAds_AddBanner(global.BANNER_ID,GoogleMobileAds_Banner)

GoogleMobileAds_MoveBanner(10 ,3)

if os_type == os_android
    {os_powersave_enable(false)}


Bueno, tengo ese código, las xxxx tengo puesto el número bueno, pero no me muestra nada de nada.
En el "compilador" o como se llame me sale esto:

I/yoyo    ( 4698): Attempting to call extension function with no extensions load
ed GoogleMobileAds_Init on class GoogleMobileAdsExt
I/yoyo    ( 4698): Attempting to call extension function with no extensions load
ed GoogleMobileAds_AddBanner on class GoogleMobileAdsExt
I/yoyo    ( 4698): Attempting to call extension function with no extensions load
ed GoogleMobileAds_MoveBanner on class GoogleMobileAdsExt
I/GAV2    ( 4540): Thread[GAThread,5,main]: No campaign data found.


He creado el anuncio en admob, pero nada, yo entro en la web, y se ve creado, tengo mi código y todo, pero me dice eso
Es que tarda un tiempo en estar activo??
Gracias.

Cita de: arcangelcaos en Marzo 01, 2015, 12:16:08 PM
globalvar BANNER_ID;
global.BANNER_ID = "ca-app-pub-1752843930024301/xxxxxxxxx"

GoogleMobileAds_Init(global.BANNER_ID)
GoogleMobileAds_AddBanner(global.BANNER_ID,GoogleMobileAds_Banner)

GoogleMobileAds_MoveBanner(10 ,3)

if os_type == os_android
    {os_powersave_enable(false)}


Bueno, tengo ese código, las xxxx tengo puesto el número bueno, pero no me muestra nada de nada.
En el "compilador" o como se llame me sale esto:

I/yoyo    ( 4698): Attempting to call extension function with no extensions load
ed GoogleMobileAds_Init on class GoogleMobileAdsExt
I/yoyo    ( 4698): Attempting to call extension function with no extensions load
ed GoogleMobileAds_AddBanner on class GoogleMobileAdsExt
I/yoyo    ( 4698): Attempting to call extension function with no extensions load
ed GoogleMobileAds_MoveBanner on class GoogleMobileAdsExt
I/GAV2    ( 4540): Thread[GAThread,5,main]: No campaign data found.


He creado el anuncio en admob, pero nada, yo entro en la web, y se ve creado, tengo mi código y todo, pero me dice eso
Es que tarda un tiempo en estar activo??
Gracias.

Las extenciones no se inician al compilar. Tienes que crear el apk y instalarlo en tu dispositivo