In facebook sdk, I must add and save your keyhash into my profile project. When Android project has build release with an keystore, I have a keyhash. My question: when I build release my project with multiple machines, Have keyhash to change?. Is there unique of keyhash with only one keystore?
2 Answers
No. You can add multiple hash keys in your Facebook Project. When you build release your project with multiple machines, generate hash keys of these machines and add them seperated by comma.
4 Comments
From your question, key hash of the file will change for each machine. It is unique only for a particular system running Android studio. Whenever you create an build with a different system, the key hash will change.The only solution is, whenever you take new build on the different system, you have to update the new key hash in facebook developer page.
For your 2nd Question, Is there unique of keyhash with only one keystore?
It is not possible to generate Key hash against an Keystore.