Channels: Current
🛠️ Native Dependency Updates
- Update Android SDK from 5.8.1 to 5.9.2
- fix: [SDK-4388] subscription state permanently stuck at "Never Subscribed" when
login()is called beforerequestPermission()(#2627) - fix: [SDK-4474] self-heal SDK-4388-stuck push subscriptions on session start (#2636)
- fix: SDK-4504 ConcurrentModificationException in Model.initializeFromModel (#2642)
- feat: introduce SerialIO dispatcher + runOnSerialIOIfBackgroundThreading helper (#2643)
- fix: offload every main-thread onFocus / onUnfocused handler behind sdk_background_threading FF (#2644)
- fix: warm OneSignalDispatchers on init to avoid cold-start ANRs (#2645)
- feat: Identity Verification release (#2640)
- fix: SDK-4475 wait for in-flight init in initWithContextSuspend to avoid SessionService NPE (#2637)
- fix: defensive JSON parsing for params + IAM (SDK-4478, SDK-4494) (#2638)
- fix: [SDK-4388] subscription state permanently stuck at "Never Subscribed" when