Josek5494's Recent Forum Activity

  • 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!

Josek5494's avatar

Josek5494

Member since 6 May, 2016

Twitter
Josek5494 has 4 followers

Connect with Josek5494

Trophy Case

  • 8-Year Club
  • Email Verified

Progress

9/44
How to earn trophies