Jump to content

GabrielMoraru

Members
  • Content Count

    85
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by GabrielMoraru

  1. GabrielMoraru

    New Code Signing Certificate Recommendations

    Sorry. I don't remember all the details. I have found the email from the very first certificate from Sectigo about 8 years ago. They sent a smart card / e-token, and a link to something, protected by a password. But for the most recent one I purchased from KSoftware (in the end Sectigo) I don't remember anymore. I will search the emails from them. I have found only one email that links to a KB article which is down now "Service from our ticketing system will be restored shortly." Update: I have found this email: Dear Gabriel Moraru, Thank you for placing your order. The necessary background checks have been successfully completed and we are pleased to announce that your Code Signing Certificate has been issued. To collect your Code Signing Certificate, please click [here]. Your Collection Code is: xxxxxxxxxxxx Please use Microsoft Internet Explorer 8+ on Windows and Firefox ESR on Mac to collect your certificate. Code Signing Certificate cannot currently be obtained using Google Chrome, Apple Safari or Microsoft Edge. Support Page bla bla bla _____________ I think the PFX came attached to that email. My current certificate is still valid but it will expire this spring 😞
  2. GabrielMoraru

    New Code Signing Certificate Recommendations

    Hi Vincent. Which is what? The online article is for the general public. But below is a screenshot of the actual script. The pfx is in my computer. It works. Hi Patrick. You can send me private message with the name of the seller. I try to update that list every year. I did it also this year, but some only the top of the list. The prices vary wildly from one year to another. Smallest price If you find a cheaper seller, please let me know! I will put it on top of my list right away!
  3. GabrielMoraru

    New Code Signing Certificate Recommendations

    Because they charge your $130 for that USB stick (so called "packing and handling fees"). They make more money from that USB than they make from the token itself.
  4. GabrielMoraru

    New Code Signing Certificate Recommendations

    Stay away from USB tokens. Use a seller that does not force you to use such device. For my token I only needed the "singtool.exe" from Microsoft, which also DOES NOT requires you to enter the password every time you want to sign an exe file.💪
  5. Yes. Delphi's documentation was always in a deplorable state. Since I had problems installing the SDK, I wanted to follow their documentation. ----------- I used FMX some years ago and I don't remember having any of this problems. Is FMX getting worse instead of better? (Rhetoric question)
  6. My Android device is not detected (even if connected via USB and switched to developer mode). The official documentation shows this screenshot where I could install the driver for my device: https://docwiki.embarcadero.com/images/RADStudio/Alexandria/e/d/d6/AndSDKMini.png with the following warning: and window opens, and then the Android SDK Manager opens". They say it should be under the Start menu, but I can't find it there.
  7. Great! Now "Android SDK Manager" is missing!
  8. I think I have seen a "Java not found" message during setup but I just shrugged my shoulders as Delphi compiled fine for Win. But as I said, now I have a script to fix it all. But... too bad for all those wasted hours... Embarcadero could have been done it properly from the beginning with a bit more testing... _____ Edit: I think Emba knew about it from the beginning because the official documentation says: " The first time you attempt to compile an Android application, RAD Studio prompts you to install the missing components of the Android SDK, Android NDK and Android development tools if some required components have not been installed during RAD Studio installation". This vague language... Do they mean, "by accident" or "the user did not want to install them"?
  9. I had the same issues on Delphi 11.3. I have no clue why Delphi setup completely failed to install all SDK files/folders for Android. Java path was also not set. And this is a brand new installation (in a brand new computer ) I read the official documentation and tried some commands. In the end it worked. So, I created a script - otherwise, next time when I install Delphi, I forget all the commands. Do a search for "Update_SDK.cmd" in this page. In the script, replace "32" with "33" if you are on Delphi 12! Run the script and grab a beer until it finishes...
×