You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.