You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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');
},
);`
The text was updated successfully, but these errors were encountered: