I’m building a Flutter app that needs to receive SMS messages in the background and foreground, even when the app is closed or running.
Query 1:
How to receive SMS messages in Flutter, both in the background and foreground?
Query 2:
I have implemented background and foreground functionality in Flutter using the telephony package, but I’m experiencing a bug where I can’t consistently catch SMS messages. Sometimes it works in the background, and sometimes in the foreground. I need help resolving this issue. Can you assist me?
I have implemented background and foreground functionality in Flutter using the telephony package, but I’m experiencing a bug where I can’t consistently catch SMS messages. Sometimes it works in the background, and sometimes in the foreground.
negin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.