MPPlantOfficial's Recent Forum Activity

  • nevermind...

  • I'm trying to add the usual Functions plugin to a new Project. Can't find it.

  • > The downloaded C3 desktop app is completely independent of the browser version. It has no effect on whether you have the option to install in the browser. If that option doesn't appear in the browser, it's probably because you already installed it.

    Yes but the installed version is r 130+ apparently.

    I am trying to uninstall it but cannot find in Control Panel?

    Oh nevermind. I found it in the "Chrome Apps" folder. There are a dozen Construct 3(1), Construct 3(2), Construct 3(3) files in there. I'm assuming they're different installed versions...

  • The downloaded C3 desktop app is completely independent of the browser version. It has no effect on whether you have the option to install in the browser. If that option doesn't appear in the browser, it's probably because you already installed it.

    Yes but the installed version is r 130+ apparently.

    I am trying to uninstall it but cannot find in Control Panel?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hi guys I don't the options to install desktop apps of releases 148 and 150. Do I have to uninstall my current C3 desktop app? Will doing so delete the saved browser files and 3rd party plugins?

  • bump.

  • IAP does nothing when I try to buy my item.

  • try set x = pos

  • Simply use Browser Open URL "http://play.google.com/store/apps/details?id=yourappid"

    Yep. That's what I was planning to do instead but the whole scrolling down and going to "rate this app" is a step most users can't be bothered with.

    Is there no other way?

  • bump. I cannot get it to work. Anybody have ideas?

  • found these:

    private void launchMarket() {

    Uri uri = Uri.parse("market://details?id=" + getPackageName());

    Intent myAppLinkToMarket = new Intent(Intent.ACTION_VIEW, uri);

    try {

    startActivity(myAppLinkToMarket);

    } catch (ActivityNotFoundException e) {

    Toast.makeText(this, " unable to find market app", Toast.LENGTH_LONG).show();

    }

    }

    public void launchMarket()

    {

    Uri uri = Uri.parse("market://details?id=" + this.getPackageName());

    Intent myAppLinkToMarket = new Intent(Intent.ACTION_VIEW, uri);

    try

    {

    mContext.startActivity(myAppLinkToMarket);

    }

    catch (ActivityNotFoundException e)

    {

    Toast.makeText(this, " Sorry, Not able to open!", Toast.LENGTH_SHORT).show();

    }

    }

    here: stackoverflow.com/questions/11270591/rate-google-play-application-directly-in-app

    do these still work?

    Guess I'll have to try myself when I get the chance....

  • I installed the .c3addon files that used to be able to request reviews in apps but can't find them when adding plugins in c3.

    Tried right clicking the box to find the "show deprecated plugins" checkbox but that doesn't work either.

    How do you request reviews for your apps now?

    any Javascript command I can use?

    Tagged:

MPPlantOfficial's avatar

MPPlantOfficial

Member since 17 Feb, 2016

Twitter
MPPlantOfficial has 1 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies