Rajat421 / react-native-sms-retriever-api

Checkout my blog to have clear understanding whats this package does
https://medium.com/groww-engineering/google-sms-retriever-api-integration-with-react-native-fab31947f438
11 stars 10 forks source link

Not receiving messages #1

Closed Salman98 closed 5 years ago

Salman98 commented 5 years ago

I am not receiving messages can you help me ??

Rajat421 commented 5 years ago

@Salman98 This can happen because of three reason:-

  1. 11 character string does not matches to your app, note hashstring for debug and release build will be differrent. trying generating your hash code using signature helper class

  2. Check that your broadcast receiver is resgistered properly or not, there are two ways to do that either you can register in android manifest file or in module itself.

  3. check that your broadcast receiver is listening to correct intent

Salman98 commented 5 years ago

yes i missed this thing Thank you 👍

  1. 11 character string does not matches to your app, note hashstring for debug and release build will be differrent. trying generating your hash code using signature helper class