I am trying to implement Sms Retriever for fetching an otp from user mobile without having any SMS permission.
Initially, I have generated a hash key with the keystore(.jks) by using keytool as described here
when I signed the apk with this keystore and received the SMS with this hashkey, it is working properly.
But After uploaded the app to google play store, the SMS receiver is not working .we have enabled google app signing to sign the app. I found that Google will remove the uploaded signature, a key for the apps using google app signing as described here. So, I was trying to add the google app signing certificate to the uploaded keystore with the alias name for creating new hashkey.But I am unable to add the app signing certificate to the keystore with alias name.
Any suggestions to generate the hashkey with app signing certificate for sms retriever?