private sign key

  1. 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...
  2. 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 ?
  3. 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