react-native-get-sms-android
react-native-get-sms-android copied to clipboard
React Native module to get messages on an Android device
Failed with this error. Generic failure
Failed with this error: Generic failure.
Hi, I was wondering if there is possibility to do regex based matching on the address field (sender) of an sms. Consider there are a bunch of sms's with address...
How check permission before send SMS ? because log is error if permissions denied in android 7.
I added a permission check to the example code. The code, which I added, was taken from #16 .
Hi i have been trying to setup SMS send in my new project but i constantly get this error: Unresolved function or method autoSend() in my IDE. On my emulator...
I am completely new to android, the permission is so complex to me :( I follow the official docu, but sometimes, I can call code successfully, but sometimes, I cannot....
When trying to use `autoSend` method, we see failure with this message `Neither user {some id} nor current process has android.permission.READ_PHONE_STATE` as failure message. This is not listed as one...
{ "_id": 1234, "thread_id": 3, "address": "2900", "person": -1, "date": 1365053816196, } Will the date attribute be unique (even diff in ms). Asking this because to fetch sms based on...
I'm trying to send a sms message from physical device but i'm getting this error: Failed with this error: getGroupIdLevel1 `import SmsAndroid from 'react-native-get-sms-android'; SmsAndroid.autoSend( phoneNumber, message, (fail) => {...