This is a simple SMS filtering app for iOS that uses the ILMessageFilterExtension to move unwanted and specific messages to the "Junk", "Promotion" and "Transaction" sections of the Messages app.
Different to other apps, Bouncer does not share, upload or send any of your personal information or SMS messages to a remote server. All the filtering happens locally on your phone.
Messages text is checked against a simple user defined blacklist.
- Filter SMS messages using a simple list of words
- Catalog filtered messages in iOS 14+ categories (Junk, Transaction, Promotion)
- Unlimmited number of filter rules
- Automatic migration of filters from Version 1.x
- Localized in English and Spanish
Bouncer is written 100% in Swift, for iOS 14 and features things like:
- All new SwiftUI lifecycle (No storyboards or Appdelegate)
- Redux-like architecture
- Combine
- SwiftUI 2.x features and improvements
- Zero UIKit
- No 3rd party dependencies 💪
If you are curious about the architecture approach, check out my Redux-like architecture with SwiftUI series
Fire up XCode 12 (Currently beta), open Bouncer.xcodeproj and hit Build. There are no dependencies or additional requirements.
The old 1.x version (UIkit based) is available from the App Store for free, and you can grab the code from the 1.20 release.
Version 2.x (This new SwiftUI version) will be released when iOS 14 becomes available to the public, but feel free to install it on your own. (Requires iOS 14 beta)
Please report any found issues or feed free to fork the repo and open pull requests with fixes, features or updates.
Bouncer is distributed under MIT license