faizalshap / react-native-otp-verify

React native sms verification without additional permissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regarding Hash: Correct me if I am wrong

maheshmuttintidev opened this issue · comments

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?

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

@maheshmuttintidev - Facing same issue.

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

release unsigned APK itself is throwing an error.

@SanjanaTailor @maheshmuttintidev try this you will find your key #68 (comment)

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

how to generate release hash key?

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