Construct2&3 Cordova Plugins (Plugins)

  • Good afternoon how are you?

    I tested the example "example_ cordovagame_increment achievement required id"

    See the error:

    Login error:

    Login SIGN_IN_REQUIRED (4)

    can you help me?

    Thank you very much in advance.

    Hi,

    You need to test signed apk.

    Game plugin work with only signed apk (alpha, beta, or normal)

    See following instruction.

    https://github.com/cranberrygame/cordov ... -game#test

    Thanks

    Sang Ki Kwon

  • > cranberrygame

    >

    > For the review plugin do I have to install some plugins when exporting to android ? ( cocoon.io)

    >

    > The plugin works great with intel XDK, but crosswalk make the game really slow for 4.4

    >

    cranberrygame

    Found a solution but you really need to reply to your customers man !!! at least say "I don't know" that way I can start looking somewhere else.

    You are ignoring a lot of people here <img src="{SMILIES_PATH}/icon_mad.gif" alt=":x" title="Mad"> <img src="{SMILIES_PATH}/icon_evil.gif" alt=":evil:" title="Evil or Very Mad"> <img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation">

    Sorry for late reply.

    Probably need some tutorials so I working on this: http://cranberrygame.com/construct2_cor ... index.html

    I will update this tutorial after each reply.

    Thanks

    Sang Ki Kwon

  • >

    > > cranberrygame

    > >

    > > For the review plugin do I have to install some plugins when exporting to android ? ( cocoon.io)

    > >

    > > The plugin works great with intel XDK, but crosswalk make the game really slow for 4.4

    > >

    >

    > cranberrygame

    > Found a solution but you really need to reply to your customers man !!! at least say "I don't know" that way I can start looking somewhere else.

    >

    > You are ignoring a lot of people here <img src="{SMILIES_PATH}/icon_mad.gif" alt=":x" title="Mad"> <img src="{SMILIES_PATH}/icon_evil.gif" alt=":evil:" title="Evil or Very Mad"> <img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation">

    >

    Sorry for late reply.

    Probably need some tutorials so I working on this: http://cranberrygame.com/construct2_cor ... index.html

    I will update this tutorial after each reply.

    Thanks

    Sang Ki Kwon

    cranberrygame

    You can submit your tutorials on shatter-box.

    https://shatter-box.com/tutorial-submission/

    I already have added your own category. So if you want to give it a try, just login to your account

    and start over <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    It's easier to handle <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile"> Here you find an example.

    https://shatter-box.com/knowledgebase/i ... nstruct-2/

  • Hi cranberrygame

    Can you help me? I get error in XDK 3522 when i build iOS with cordova-plugin-ad-appodeal or cordova-plugin-ad-admob

    Any help?

    ----------------------------------------------------------

    fatal error: 'AdColony/AdColony.h' file not found

    #import <AdColony/AdColony.h>

    or

    fatal error: 'GoogleMobileAds/GADAdSize.h' file not found

    #import <GoogleMobileAds/GADAdSize.h>

    The following build commands failed:

    CompileC build/hb4.build/Release-iphoneos/hb4.build/Objects-normal/armv7/AdColonyPlugin.o hb4/Plugins/cordova-plugin-ad-adcolony/AdColonyPlugin.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    (1 failure)

    Error: Error code 65 for command: xcodebuild with args: -xcconfig,.../cordova_project/platforms/ios/cordova/build-release.xcconfig,-project,hb4.xcodeproj,ARCHS=armv7 arm64,-target,hb4,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../cordova_project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../cordova_project/platforms/ios/build/sharedpch

  • Same error for Cocoon while using Appodeal.

    Regards

    Andy

  • Hi cranberrygame

    Can you help me? I get error in XDK 3522 when i build iOS with cordova-plugin-ad-appodeal or cordova-plugin-ad-admob

    Any help?

    ----------------------------------------------------------

    fatal error: 'AdColony/AdColony.h' file not found

    #import <AdColony/AdColony.h>

    or

    fatal error: 'GoogleMobileAds/GADAdSize.h' file not found

    #import <GoogleMobileAds/GADAdSize.h>

    The following build commands failed:

    CompileC build/hb4.build/Release-iphoneos/hb4.build/Objects-normal/armv7/AdColonyPlugin.o hb4/Plugins/cordova-plugin-ad-adcolony/AdColonyPlugin.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler

    (1 failure)

    Error: Error code 65 for command: xcodebuild with args: -xcconfig,.../cordova_project/platforms/ios/cordova/build-release.xcconfig,-project,hb4.xcodeproj,ARCHS=armv7 arm64,-target,hb4,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../cordova_project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../cordova_project/platforms/ios/build/sharedpch

    I had this issue awhile back and resolved it by removing the admob plugin from the plugin manager and added it to the config.additions.xml on the Develop tab as follows:

    <intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-ad-admob"

    intelxdk:value="https://github.com/cranberrygame/cordova-plugin-ad-admob" />

  • Hi CDogs1964 thank you for help. This is work with cordova-plugin-ad-admob but not with cordova-plugin-ad-appodeal

    I again get fatal error: 'AdColony/AdColony.h' file not found #import <AdColony/AdColony.h>

  • cranberrygame

    Paul from XDK team also could not successfully builds and said that one of the added plugins utilizes hooks scripts (cordova-plugin-ad-admob-sdk), which will not work with XDK build system. Probably the same thing happens when we add cordova-plugin-ad-appodeal because this plugin add dependent plugin cordova-plugin-ad-admob-sdk

  • cranberrygame

    I'm having issue with the cordova facebook plugin,

    The XDK cannot compile with the cranberry facebook plugin, but if tried with XDK featured facebook4 plugin, it compile the Apk but I can't seem to get it working properly.

    The login action works and opens facebook permission page, but "prompt to share link" or any other prompt actions does nothing.

    Also, "Why does the facebook plugin makes the background color to Off white" ??

    I basically want share app action and then check if user shared or not.

    Plz help.

  • Hi, im having an issue with the facebook plugin, whenever i request the user mail is giving me a javascript error and whenever i request for the userID, its giving me a wrong number.

  • radbrothers

    You can see CDogs1964's reply.

    use config.additions.xml like following instead of plugin manager tab.

    <intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-ad-admob"

    intelxdk:value="https://github.com/cranberrygame/cordova-plugin-ad-admob" />

    CDogs1964

    Thanks

  • cranberrygame

    the appodeal plugin causes build crashes on CocoonIO.

    Can you have a look on this matter?

    Thank you!

    Regards

    Andy

  • Try Construct 3

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

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

    Can you update SDK in chartboost plugin to new version 6.5? https://answers.chartboost.com/hc/en-us ... /206454153

    Thank you.

  • i'm using cordova game plugin to show leaderboard .. but when clicking the leaderboard it shows nothing

  • cranberrygame

    <intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-ad-admob"

    intelxdk:value="https://github.com/cranberrygame/cordova-plugin-ad-admob" />

    into the config.additions.xml

    THIS DONT WORK IN XDK 3619 ... what now ????

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)