private sign key

  1. smasher230

    Bug? Path to Private Sign Key not retained

    I note that when you open a B4A project in the IDE, the path to the assigned private sign key is not loaded by default (it seems to retain the path to the previously opened project). Is this expected behaviour, am I configured incorrectly, or am I missing something?
  2. R

    Android Question Private Sign Keys - IDE Behaviour

    I have two Private Sign Keys..... One that all my older projects use, and another that is RSA256 compliant for later store packages. What I have found rather confusing (and I am easily confused) is that on loading a project, the IDE seems to default to the last PSK used rather that the one...
  3. Lucas Siqueira

    Android Question how to switch between 3 different private sign key?

    how to switch between 3 different private sign key? I often do projects for other people, but they have their own signatures, is there a way to put a source code to change between one signature and another? using #CustomBuildAction ?
  4. Multiverse app

    Android Question SHA1 conflict GCP and Firebase

    So I need Firebase Auth in my project, therefore I added my SHA1 in Firebase. Now I need to add Google's Translation API Which needs OAUTH. As seen in Erel's Tutorial, we need to generate a client ID for this. GCP needs SHA1 key too: The problem is, I cannot use the same SHA1 key for...
Top