• I’m developing a Chrome App and want to charge a subscription fee for feature upgrades. I also want to control the buying process on my WP website which led me to your plugin.

    Question, can this plugin be used to license non-PHP program like a Chrome App?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    I don’t think it will work for you. The front page states the following.

    Software license management solution for your web applications (WordPress plugins, Themes, PHP based membership script etc.)

    I guess Chrome App would be classified as a none web application.

    Thread Starter mobetman2

    (@mobetman2)

    FYI for anyone reading this in the future, just read the following on the Tips & Tricks website

    If all the checks pass and the license key which was submitted is valid, the License Manager will return a JSON encoded response which will contain within it a result parameter which will be set as follows:
    ‘result’ => ‘success’, ‘message’ => ‘License key activated’

    If the plugin passes a JSON response it should work with almost any software.

    Plugin Support mbrsolution

    (@mbrsolution)

    Okay, I have submitted a message to the plugin developers to reply to your question.

    Regards

    Plugin Author mra13

    (@mra13)

    Hi, It will work with anything where you can send an API query to a URL then parse the output/result and then *do something* accordingly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Will This Work Validating A Web App Not Written In PHP’ is closed to new replies.