optimalstrategy / sms_forwarder_app

An app for forwarding SMS messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Background Forwarding

albadrun opened this issue · comments

Looks like the app not delivering messages if I minimize it with the home button. Do I need to change some settings?

Hello. This would require to run the SMS receiver in a background process, which the app currently doesn't do. I intended to run this app on my special phone for receiving SMS, so this wasn't a consideration.

I took a quick peek at the state of background execution in Flutter, and it looks like there's now an API that makes it much easier than it used to be. I'll see what I can do in the next few days.

Great, thanks a lot. :D

@albadrun I've implemented background forwarding. You can download the new version here.

Please let me know if it works for you.