optimalstrategy / sms_forwarder_app

An app for forwarding SMS messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Often not detecting incoming SMS

bilogic opened this issue · comments

I checked:

  1. App has SMS permissions? yes
  2. Can app trigger HTTP endpoint? yes

But when my phone receives an SMS, it does not trigger the HTTP endpoint. This happens randomly after a while, once it happens, I need to reboot the phone in order to restore the ability to receive SMS at the HTTP endpoint

Hi, I'm getting this again.

  1. I stopped my Messages app
  2. Stopped sms_forwarder_app
  3. Start sms_forwarder_app
  4. Start Messages app
  5. Initiate an SMS
  6. Messages gets the SMS
  7. But I don't get the SMS in my HTTP
  8. How to tell if sms_forwarder_app managed to intercept the SMS?
  9. And any idea how I can fix this without a reboot?