Posts

Showing posts from December, 2022

how to check keystore details in react-native

Get Details of create keystore by you? guys if you'r app developer , than you will know about this.  we don't want to discuss more about this , just jump on soulution: if you want to know keystore details than  use this command : keytool -list -v -keystore android/app/your_key_name.keystore -alias your_key_alias -storepass your_password -keypass your_password if you have keeped keystore in android/app/yourkeystore.keystore  .     than ok . otherwise change directory Must be Remember that Password should be not be wrong of keystore.