-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I know which sms is delivered? #82
Comments
update:
Anyone interests, you may refer my fork. |
Hi @gamesover !
|
Hi @antoniomefa . I have to change the source code of react-native-get-sms-android. When sending sms, I passed sms id. so when android broadcast sms sent/delivery status, it reports the result together with sms id. In this way, I know which sms is sent/delivered. Detailed you may refer to my fork |
Hi @gamesover , can you share the code :( |
The above works, just it only returns message "SMS delivered" .
If multiple sms were sent out, how can I know which sms delivery is successful, and which is failed?
Also, I found a strange issue.
1st, I send a sms, callback trigger once, and output 1
SMS delivered
2nd, I send a sms, callback trigger twice, and output 2
SMS delivered
...
10th, I send a sms, callback trigger 10th, and output 10
SMS delivered
The text was updated successfully, but these errors were encountered: