react-native-android-sms-listener
react-native-android-sms-listener copied to clipboard
Allows you to listen for incoming SMS messages using React Native
Same code is working on emulator but it's not working on real device. All the permissions are provided: await PermissionsAndroid.request("android.permission.RECEIVE_SMS"); await PermissionsAndroid.request("android.permission.READ_SMS"); await PermissionsAndroid.request("android.permission.SEND_SMS"); await PermissionsAndroid.request("android.permission.READ_CALL_LOG"); await PermissionsAndroid.request("android.permission.READ_PHONE_STATE"); useEffect(() =>...
this plugin works in debug mode and when I created a release build the plugin is not working. I am not sure why it is working in debug and not...
Is this library compatible with expo?
` "react": "17.0.2", "react-native": "0.66.1", "react-native-android-sms-listener": "^0.8.0",`
I use react-native-background-job to run in the background, but not work.
I used this awesome package and since it did not work on newer versions of Android unless you ask for user permissions. After asking for permissions this way ``` async...
we have allowed the permission in to read -SMS from the app. In this application, we are fetching the android id and macid also. It seems that the app is...
Hi Hope all is good I'm using this plugin to detect the incoming message. Me and my team are facing stability issue in the broadcast receiver. Sometimes we are getting...
Any solutions?