Bug Fix
- Fix macOS support for AppLifecycleObserver —
AppLifecycleObserverwas only defined under#if canImport(UIKit), causing the SDK to fail to load on macOS. Added anAppKitimplementation usingNSApplicationnotifications and updated platform guards to include macOS.