Bracara's Forum Posts

  • Hi there!

    Scirra is still making updates to Construct 2.

    But anyway, why does Scirra still offer the Admob Ads plugin that no longer works?

    I want to implement Admob Ads in my Construct 2 projects, but I can't find any solution.

    I tested with Cordova Cli and Phonegap build, but it always gives error.

    Any help is always welcome.

    Thank you!

  • Hi there!

    Scirra is still making updates to Construct 2.

    But anyway, why does Scirra still offer the Admob Ads plugin that no longer works?

    I want to implement Admob Ads in my Construct 2 projects, but I can't find a solution.

    I tested with Cordova Cli and Phonegap build, but it always gives error.

    Any help is always welcome.

    Thank you!

  • Hi!

    I implemented the geolocation example of construct 2 in my app.

    Here the coordinates are dynamic, and just like in the C2 example, I have a "Show On Google Maps" button that displays with these coordinates your location on the map.

    In the pc works well with the browser action "go to URL", but as I said before, now in android (Cordova CLI) no longer works, and even with javascript I can not make the connection correctly to the map.

    It would be interesting to test in Construct 3 to see if everything works fine, but for this I have to subscribe a paid plan, and I have no guarantee that it will work.

    There are more and more features in Construct 2 that is no longer working.

    It's a shame that Scirra is abandoning C2 and its users.

    This way I feel like I threw my money in the trash to buy the C2 license.

    I think Scirra should somehow compensate C2 users who have subscribed or are considering subscribing a Construct 3 plan.

    Anyway...

    Thanks for your time, mate.

  • The app now opens google maps, but doesn't assign the coordinates.

    I think it's a quotation marks problem.

    Maybe there is no solution.

    Anyway, Thank you for your help and your time.

  • Thanks, almost done!

    My app has 2 links.

    One is for Google Play and it works now.

    The other one is for Google Maps with coordinates, but doesn't work.

    I think the problem has to do with the quotes.

    I tested it with single and double quotes, and these combined, but I must be doing something wrong here.

    "https://maps.google.co.uk/maps?q=" & Geolocation.Latitude & "," & Geolocation.Longitude

    How do I add this link in the browser Execute javascript below?

    "cordova.InAppBrowser.open ('https://www.construct.net', '_system');"

  • Thanks mate!

    I followed your video and the Admob Free (Banner / Interstitial) works well.

    The only thing that doesn't work in my app, is the "Open URL in a new Window" browser action.

    It also doesn't work on Cordova CLI.

    Can you please test in a simple Construct 2 project, this Browser action, just to see if you have the same problem?

  • Hi Javanie,

    Thanks for the tip.

    I'll test that.

    But anyway I'd like to know what's up with the official admobAds construct 2 plugin.

    Does Scirra no longer support this plugin that is part of Construct 2?

    Any information or help will be appreciated.

    Thank You!

  • Hi Flat Office!

    I have the same problem.

    I already researched this forum but found no solution to the "cordova-plugin-ad-admob" plugin of construct 2.

    Did you solve this?

  • Can someone help me?

  • The Construct 2 AdmobAds gives errors on Cordova CLI and on Phonegap Build too.

    Is this plugin deprecated?

    Does anyone know how to solve this problem?

    Thank You! :)

    Cordova CLI errors log:

    Discovered plugin "cordova-plugin-ad-admob" in config.xml. Adding it to the project

    Installing "cordova-plugin-ad-admob" for android

    Failed to install 'cordova-plugin-ad-admob': CordovaError: Failed to fetch plugin github.com/cranberrygame/cordova-plugin-ad-admob-sdk via registry.

    Probably this is either a connection problem, or plugin spec is incorrect.

    Check your connection and plugin name/version/URL.

    Error: cmd: Command failed with exit code 1 Error output:

    npm ERR! code ENOGIT

    npm ERR! Error while executing:

    npm ERR! undefined ls-remote -h -t github.com/cranberrygame/cordova-plugin-ad-admob-sdk.git

    npm ERR!

    npm ERR! undefined

    npm ERR! No git binary found in $PATH

    npm ERR!

    npm ERR! Failed using git.

    npm ERR! Please check if you have git installed and in your PATH

    ...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi!

    How can I publish two Apks (armv7 and x86) correctly on Google Play to be able to install the right architecture on the devices?

    Need help!

    Thank You!

  • To compile the game, which one do you recommend, Cocoon.io or Phonegap?

  • Hi!

    With the canvas+ my game has very good performance.

    Are there good alternatives to canvas+?

    Thank you!

  • I am developing a game in Construct 2 and compile the app in Cocoon.io with Canvas + Webview engine.

    The aspect ratio is 16:9 and everything looks good on the smartphones I tested with this ratio.

    When I tested on a tablet with the aspect ratio of 4:3, I noticed that the game was aligned to the left of the screen. But with the Webview or Webview + Webview engine, the game stays centered just the way I want it.

    Is there any way the game stays centered with the Canvas + Webview engine?

    Tested with:

      - Cocoon version: (2.1.0 and Latest)

      - Webview engine: webview, webview + and canvas +

      - CocoonAds

    Any help? :)

  • Very well. I'll try to solve this with your tips.

    Thank you.