hanatharesh2712 / ionic-native-sms-retriever-plugin-master

Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
27 stars 18 forks source link

[Question] how many hash do we need to create #22

Closed indraraj26 closed 3 years ago

indraraj26 commented 3 years ago

Q. do we need to create two hash one for play store and one for internal ?

Q. is hash depend upon the app id ? if i changed the app id do i need to create hash ?

hanatharesh2712 commented 3 years ago

@indraraj26

Q. do we need to create two hash one for play store and one for internal ? - Yes, We need to create one hash for signed APK file(to upload on playstore) and one for internal(not signed).

Q. is hash depend upon the app id ? if i changed the app id do i need to create hash ? - hash depends on our application package id(<widget id="io.ionic.starter") which we mention in the config.xml file. and If we change the app id then we need to create new hash for that as well.