briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: getGroupIdLevel1

crventra941 opened this issue · comments

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) => {
console.log('Failed with this error: ' + fail);
},
(success) => {
console.log('SMS sent successfully');
},
);`

  • Note Works fine in Emulator