7 ms·
iOS exposes an API for this Here’s a local keyword filtering app that works great: https://github.com/afterxleep/Bouncer https://github.com/afterxleep/Bouncer
by samuelg123 2y ago
iOS exposes an API for this
Here’s a local keyword filtering app that works great: https://github.com/afterxleep/Bouncer https://github.com/afterxleep/Bouncer
- elboru 2y agoI use Bouncer, but this should be a functionality given by iOS, I don't feel comfortable giving a third party app access to read my messages.
- sodality2 2y agoIt doesn't give the app access to read your messages. The MessageFilter extension that actually handles filtering cannot communicate with any other part of the code nor the network. https://developer.apple.com/documentation/sms_and_call_reporting/sms_and_mms_message_filtering https://developer.apple.com/documentation/sms_and_call_repor...