Plugina admob Intersticial admob


Juan Rubio
Para generar el intesticial, he creado primero una función para cargarlo o prepararlo.
NewObject "[Options]"

ObjectSetProp "[Options]" "adId" "ca-app-pub-XXXXXXXXXXXXXXXXXXXXXXXXX"
ObjectSetProp "[Options]" "autoShow" "false"
ObjectSetProp "[Options]" "isTesting" "true"
AdMobPrepareInterstitial "[Options]"

A continuación el usuario realizar una serie de interacciones e indico que el intersticial está preparado con la siguiente instrucción
AdMobIsInterstitialReady "true"

Y por último después de que el usuario realiza varias otras interacciones, enseño el intersticial con la siguiente instrucción.
AdMobShowInterstitial
Pero no me funciona, me puede ayudar

Gracias

decsoft

Hola Juan,

Pruebe con el ejemplo AdMob que se incluye con DecSoft App Builder. La acción "AdMobIsInterstitialReady" no espera un valor verdadero o falso, sino que permite especificar una función de la app o "callback", que será llamada y podrá determinar si el "interestitial" se ha preparado correctamente o no.


Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.

This website uses some useful cookies to store your preferences.

I agree. Hide this note. Give me more information.