- Removed legacy code
- Removed use of App Group and UserDefaults
- Added privacy manifest
- Minimum iOS version is 12.0 as Xcode doesn't support older versions anymore.
- Allow usage in a cocoapods static library
- Fix an issue where a user would be considered as opted-out even though they were not
- Fix an issue where the extension would not work if the App Group wasn't setup properly
- New features to be announced
- Images are no longer downloaded on low data mode
To revert to the original behaviour, set RichNotificationHelper.allowInLowDataMode to
true
(BAERichNotificationHelper in Objective-C)
- Rewrote the extension