Savyashree A's Forum Posts

  • 8 posts
  • Hi Folks,

    is there any way to to create a build using command line/ terminal.

    I'm not able to find the CLI for construct3.

  • Hi,

    im trying to add in app purchase in my application. In android build, I'm not able to see the test card (i get a popup asking details of actual payment method) even though i use test account for creating IAP.

  • Try Construct 3

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

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

    I tried to add in app purchase using the inbuilt plugin and google play plugin.

    But the actions like "get user details", events like "on user details received" etc.. are not getting called.

  • Hi,

    So you're saying that you have an AdMob account and an appId from AdMob and you can see adverts in the web browser

    yes, i have used AdMob account ID for creating adds for web as well and I have used "Show reward advert" action to display the advertisement.

  • Hi Vikingvikingviking,

    thanks for the response.

    But i have not linked my adSense with AdMob account.

  • Hello Folks,

    How do I add Advertisements on Android and iOS builds? I have added mobileAdvert plugin and integrated Application ID from Google AdMob, but it works fine in Web platform but not on android and iOS.

    And is there any other plugin that we can use to create advertisements?

    I tried to add Applovin Plugin in my game, but no success. It shows error -"Uncaught (in promise) TypeError: this._initialize is not a function" in the console.

  • Hello folks,

    How can i add Facebook login to my android and ios application using construct 3? I have added Facebook plugin that works perfectly in web platform but not on native build.

  • Hello,

    I'm making an API call and the response is in this format :

    [ { "name" : xyz, "subjects" :

    [ subj1: 1 ],

    "grade": 10

    }

    ]

    How can i extract a name of the user?

  • 8 posts