afterxleep / Bouncer

A private SMS filtering application for iOS
https://apps.apple.com/us/app/bouncer-sms-block-list/id1457476313
MIT License
305 stars 37 forks source link

Rules seemingly not filtering out messages on iOS 18 #72

Open J-The-Fox opened 1 month ago

J-The-Fox commented 1 month ago

Describe the bug Messages that seem to match to a rule(s) aren't getting matched and failing to get put into junk while still notifying me that there is new message

To Reproduce Steps to reproduce the behavior:

  1. Create a rule (either with regex or not)
  2. Have a text message come in with a word that should match the rule
  3. The text message is not filtered to junk and I get notified for it

Expected behavior The text message matching the rule specified gets filtered to junk and I don't get notified

Screenshots The rule in question: image

The message in question: image

Desktop (please complete the following information):

Additional context I'm not 100% sure if it's something that I'm doing wrong on my end or not. I would imagine though that the rule created should match the countless text messages I am receiving with that word in the message text

sguth-affirm commented 1 month ago

I'm having similar issues, on the latest public beta of iOS 18

afterxleep commented 1 month ago

IOS 18 has changed something in the Message handler extension. Compiling the app with XCode 16 beta fixes the issue. I'll submit an update as soon as Apple allows it.