<?php
// Check if the request contains a "codecanyon_app_template_purchase_code" query parameter
if (isset($_GET['codecanyon_app_template_purchase_code'])) {
// Store the value of the parameter in a variable
$purchase_code = $_GET['codecanyon_app_template_purchase_code'];
echo "Regular";
// Process the purchase code according to your needs
// For example, you could verify it with an API or store it in a database
// ...
}
?>
pretty easy to bypass the authentication by creating your own response.
line 1826 under MainActivity.java
upload this to your server and point at it.
here is my example that should work for anyone who leaves the code empty or not it will still return "Regular" which is what the application is looking for if it does not validate it returns 0000-0000-0000-0000 and sends you to an alternative webpage. Convert your URL to base 64, an online tool to help base64decode*dot(org).