Skip to content

Releases: GoodRequest/GoodRemoteNotifier

1.0.0

08 Jan 09:30
c88fd75

Choose a tag to compare

🚀 What's Changed

  • feat: removed appearance and added custom view provider for creating flexible views

0.1.0

07 Oct 09:55
17caf5b

Choose a tag to compare

🚀 What's New

🗑️ Removed

  • RemoteConfig SDK — replaced with a REST API for fetching remote values.

🆕 Added

  • Configurable fetching listeners:
    • appForegroundEntry
    • networkReached
    • appStart
  • Fetching throttle threshold to control request frequency.
  • Data mocking for easier testing and development.
  • Sample project showcasing integration and usage.

0.0.2

05 Aug 14:55

Choose a tag to compare

[0.0.2] - 2025-08-05

Added

  • Encoding based on RemoteMessage protocol
    Introduced a new protocol-based encoding system for RemoteMessage, 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 RemoteMessage into a protocol
    RemoteMessage is now a protocol with two methods:
    shouldShowMessage() and localizedMessage() — enabling custom implementations and logic injection.

0.0.1

10 Mar 15:42

Choose a tag to compare