optimalstrategy / sms_forwarder_app

An app for forwarding SMS messages
MIT License
55 stars 18 forks source link

Often not detecting incoming SMS #23

Open bilogic opened 1 year ago

bilogic commented 1 year ago

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

bilogic commented 1 year ago

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?