faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
239 stars 92 forks source link

Regarding Hash: Correct me if I am wrong #71

Closed maheshmuttintidev closed 1 year ago

maheshmuttintidev commented 1 year ago

The hash i get in the local dev build can be used in staging and production apks? or will it different for build to build?

pushpender-singh-ap commented 1 year ago

Hash depend on the sign key (keystore) if you don't change it's will same.

SanjanaTailor commented 1 year ago

@maheshmuttintidev - Facing same issue.

SanjanaTailor commented 1 year ago

Hash depend on the sign key (keystore) if you don't change it's will same.

release unsigned APK itself is throwing an error.

pushpender-singh-ap commented 1 year ago

@SanjanaTailor @maheshmuttintidev try this you will find your key https://github.com/faizalshap/react-native-otp-verify/issues/68#issuecomment-1310622412

Note:- 3 type of keys are generally use so please check your hash key for different builds below some example

  1. debug hash key
  2. release hash key
  3. google signing hash key
nizar-mph commented 1 year ago

how to generate release hash key?

rahmanharoon commented 8 months ago

Hash depend on the sign key (keystore) if you don't change it's will same.

how to make hash key as same in all build types

I tried generating a hash key from here But i noticed am not getting the same hash key which i generated through the package

@pushpender-singh-ap @faizalshap