I wish to check if two applications have same signature. I saw a similar question here :
Can I check if two android apps are signed with the same key?
I am able to get the procedure described but in the comments its written " This is not guaranteed to work " . On what parameter does the signature become unique. Can I use the hashcode of signature to compare signatures. please help !