I agree. It’s a time consuming process based on the UX that I once received feedback for. However, now you’d have to wait for a response because you have to message @techcvr. It’s just in your best interest to either upload to Kodular (if you think they won’t switch storage services again) or to Google Drive/Mega.
Password here
Looking through view-source:http://www.techcvr.net/icurrency-powerful-currency-converter-app-free-aia-download/, the password is actually https://
Don’t believe me?
function myFunction1() {
var txt;
var person = prompt("Please Enter The Password To Download The AIA", "");
if (person == null || person == "") {
txt = "";
}
else if (person.includes("https://")== false) {
txt = "Wrong Password";
}
else {
window.location = "https://cdn.discordapp.com/attachments/605374585801801728/639058999601528832/Currency_Converter.aia";
txt = "Password Matched. Download Started";
}
document.getElementById("demo1").innerHTML = txt;
}
Thanks by this usefull help. I understand, the password is any address with https:// included, for example : “https://ilikefreeaia” it works too
Very easy to see in the source code
Yes, I see. The best way to do it is compressing the aia with a zip or rar with a password. But I don’t see the goal of this, people who wants to share the aia can share directly, or if they want to sell it they can do it. Why need to contact with the programmer ?
@techcvr
Just a couple of suggestion if you like to consider
If we access the app during no internet connection, it gives us error alert of unable to get the response from the URL you have used and also the loader(progress indicator) goes into infinite loading. We have to close the app to start again. Screenshot