Hi andershjarnaa and Naomi,
I also try the same method as u telling keystore are generate successfully without problem with this command
I’m on Mac
keytool -genkey -v -keystore testapp.keystore -alias testapp -keyalg RSA -validity 999999
answered all question and then generate keystore but when i am create SHA1 with this command
keytool -exportcert -alias mytestappalias -keystore ~/.mytestapp.keystore -list -v
it gives error like this “Keystore file does not exist” m also give path within this command like as
keytool -exportcert -alias mytestappalias -keystore ~/.android/debug.keystore -list -v but it gives error
when I generate SHA1 with correct method then i solved all error. due to this error Google Play Game Service gives Sign-in error.
please help me how i remove this error. or tell me how i give the path init.
I read the whole article of GPGS service and implement accordingly to the document but still face the problem X_X :@
M right or not???
Bilal