Releases: GoodRequest/GoodRemoteNotifier
Releases · GoodRequest/GoodRemoteNotifier
1.0.0
0.1.0
🚀 What's New
🗑️ Removed
- RemoteConfig SDK — replaced with a REST API for fetching remote values.
🆕 Added
- Configurable fetching listeners:
appForegroundEntrynetworkReachedappStart
- Fetching throttle threshold to control request frequency.
- Data mocking for easier testing and development.
- Sample project showcasing integration and usage.
0.0.2
[0.0.2] - 2025-08-05
Added
- Encoding based on
RemoteMessageprotocol
Introduced a new protocol-based encoding system forRemoteMessage, allowing for greater flexibility and consistency. - Presentation effects customization
You can now choose between blur and dimming effect when presenting content.
Changed
- Increased minimum supported iOS version to iOS 13
Expanded support for newer APIs while dropping compatibility with older systems. - Refactored
RemoteMessageinto a protocol
RemoteMessageis now a protocol with two methods:
shouldShowMessage()andlocalizedMessage()— enabling custom implementations and logic injection.