Skip to content
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

[ANDROID] Using broadcastreceiver to check if the message is sent or not #77

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ahmed-ashraf
Copy link

I used android "BroadcastReceiver" to check if the SMS is sent or not. The broadcast receiver will handle all types of message failures in android.

  • No credit
  • No service for SMS
  • Null PDU
  • Airplane mode turned on

I used android "BroadcastReceiver" to check if the SMS is sent or not.
The broadcast receiver will handle all types of message failures in android.
- No credit
- No service for SMS
- Null PDU
- Airplane mode turned on
@ahmed-ashraf ahmed-ashraf changed the title This commit will let us know if the message is sent or not for android. Using broadcastreceiver to check if the message is sent or not for android Feb 8, 2023
@ahmed-ashraf ahmed-ashraf changed the title Using broadcastreceiver to check if the message is sent or not for android [ANDROID] Using broadcastreceiver to check if the message is sent or not Feb 9, 2023
I used android "BroadcastReceiver" to check if the SMS is sent or not.
The broadcast receiver will handle all types of message failures in android.
- No credit
- No service for SMS
- Null PDU
- Airplane mode turned on
@dongnqdev
Copy link

@ahmed-ashraf How did you check sending status on android ? The message was returned before user actual press send button

@ahmed-ashraf
Copy link
Author

ahmed-ashraf commented Dec 11, 2023

This will work only when sendDirect = true. on the other side if sendDirect = false when the app opens the messages app when the user press the send button he will know the result from the messages app itself.
Hope I didn't misunderstood your question @dongnqdev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants