Developer Zone
License software using Shareio
Shareio
Last Update 2 maanden geleden
If you wish to use Shareio license software then it's very easy to set-up and gives you all the benefits of the Shareio platform.
1 - Produce some content that you wish to upsell your software.
2 - Protect it using Shareio with any restrictions you wish.
3 - Click on the developer endpoint button once you have created a mgic link of that content and this will show you the format you need to use to call our end point.
4 - In your software make a call to display the content in a webpage. The customer can then buy the content. This then sets the license to active.
5 - Ask for the the email address the customer purchased the content and then store this and pass this to our end point with the product ID (PID) using a GET method. This can be called at anytime in your software flow.
https://shareio.com/api/license-check?pid=PRODUCT_ID&email=CUSTOMER_EMAIL
6 - This will then pass the following back which you can use to control how your software will operate.
Expired - If content is expired
Evaluation - If content is evaluation period (it's not purchased)
Subscribed - If user has active subscription and paying on recurring basic
Activated - If content is purchased
Please note we don't protect your software from reverse engineer so make sure you look at obfuscation tools to protect your code.