Josek5494's Forum Posts

  • Que plugin estas usando exactamente? admob free o admobpro?

  • >

    > >

    > >

    > > Yes, no have more updates for download.

    > >

    > > Yes have admob plugin.

    > >

    >

    > Your error is coming from a google services library which i think is deprecated or bad hosted. Maybe the admob plugin is the problem.

    > Be sure you have this line in the additions file in xdk if you're using official C2 admob plugin:

    <intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-ad-admob" intelxdk:value="https://github.com/cranberrygame/cordova-plugin-ad-admob" />[/code:2n0emaik]
    > 
    > If that doesn't work, try with one of these two admob c2 plugins instead:
    > 
    > [youtube video="i_-SaQplAxY"] (Totally free)
    > 
    > [youtube video="dnyziNpxNOI"] (2% ads traffic redirected for cordova developers, not for me)
    > 
    
    I try cocoon.io and work, thankyou so much <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">
    

    Lol i didn't know my plugins works with cocoon hahahaha Thanks for your test!

  • los plugin que creaste me van a seguir generando motenizaciòn? si es asi cuanto es lo que recauda para ti ese plugin ?

    Para mí nada amigo! Te explico, el primero cordova-plugin-admob-free es totalmente gratis, tanto mi plugin de c2 como el de cordova que necesitas en xdk, siendo todo tu beneficio para tu bolsillo.

    En cambio el segundo, que es cordova-plugin-admobpro tiene una desviación del 2%(realmente no es casi nada) de tu tráfico de anuncios para los desarrolladores del plugin de CORDOVA, no yo, que solo he hecho el de C2 gratuitamente (por eso menciono el donar, ya que me ayuda a poder seguir creando contenido gratuito).

    Sigue bien las instrucciones y si tienes dudas aquí estoy para resolverlas. Saludos!

  • El problema es con el plugin de cordova-plugin-ad-admob, que al importarse intenta acceder a unos recursos o librerías que no estan disponibles, no eres al único al que le pasa. He respondido ya a dos post con este mismo error, yo aporto los dos plugins que hice que son gratuitos y se que funcionan. En todo caso gracias por echarles un ojo y si te sirven de mucho considera donar a través de mi blog, donde aporto código y plugins a la comunidad: https://hermitsdevelopment.blogspot.com.es/

    Muchas gracias y mucha suerte!

  • Hi, just got your plugin. Hoping it does the trick.

    I added the google play services to intel xdk. They changed the name to com.google.playservices from cordova-google-play-services.

    Hope that helps.

    Cheers,

    hgm

    Thanks man! Your purchase is so appreciated. And yes, that's correct, new google play services package is cordova-google-play-services, according to cordova plugin registry update.

  • Try with one of these two admob c2 plugins instead:

    Subscribe to Construct videos now

    (Totally free)

    Subscribe to Construct videos now

    (2% ads traffic redirected for cordova developers, not for me)

  • Are you using admob plugin?

  • Cranberry made changes which kinda of broken things, because this plugin was working before he mentioned that he was going to "update" the plugin this past weekend, so I guess I'll be using the plugins Josek posted here.

    Thank you ^^ Please consider donating to keep me doing what i do!

    Here's my blog where i post free and useful code and plugins: https://hermitsdevelopment.blogspot.com.es/

  • Yes, no have more updates for download.

    Yes have admob plugin.

    Your error is coming from a google services library which i think is deprecated or bad hosted. Maybe the admob plugin is the problem.

    Be sure you have this line in the additions file in xdk if you're using official C2 admob plugin:

    <intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-ad-admob" intelxdk:value="https://github.com/cranberrygame/cordova-plugin-ad-admob" />[/code:2vjso8pm]
    
    If that doesn't work, try with one of these two admob c2 plugins instead:
    
    [youtube video="i_-SaQplAxY"] (Totally free)
    
    [youtube video="dnyziNpxNOI"] (2% ads traffic redirected for cordova developers, not for me)
  • Bump! New price and demo video soon.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 1 Are you using xdk last update? 2 Are you using plugins?

  • You have to apply that css file with a plugin at the begin of the app, this for example:

  • Thanks for link

    I opened your blog with hotspot shield

    Hahahaah that's nice. Thanks for your feedback!

  • Your blog blocked in my country (all blogspot blogs blocked)

    how can i use onActivityResult class in construct cordova plugin

    Like this:

    @Override
                protected void onActivityResult(int requestCode, int resultCode, Intent data) {
                super.onActivityResult(requestCode, resultCode, data);
                try {
                if (requestCode == DeveloperInterface.TAPSELL_DIRECT_ADD_REQUEST_CODE) {
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE, false));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE, false));
                System.err
                .println(data
                .getIntExtra(
                DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE, -1));
                }
                } catch (Exception e) {
                e.printStackTrace();
                }
                }[/code:2szf80nn]
    

    Look for a plugin which implements that function. About my blocked blog, check your messages, i sent you the download link for the device id plugin.

  • very very thanks

    sorry but in my country all payment methods blocked

    Don't worry thanks anyway ^^ if you need more plugins just say it, i need more content for my blog and my youtube channel!