Skip to content

v1.0.1

Latest

Choose a tag to compare

@nedimf nedimf released this 29 Mar 14:07

Bug Fix

  • Fix macOS support for AppLifecycleObserverAppLifecycleObserver was only defined under #if canImport(UIKit), causing the SDK to fail to load on macOS. Added an AppKit implementation using NSApplication notifications and updated platform guards to include macOS.