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
Added video in-app template to pushwoosh-inapp-ui: a full-screen autoplay video with overlaid title, message and action button, plus mute and close controls
Added Pushwoosh.getBaseUrl() method that returns the Pushwoosh API endpoint the SDK currently sends requests to
Push transport on Huawei/Honor HMS-only devices is now auto-detected in cross-platform plugins (Cordova, React Native), same as in native apps: with the full HMS setup (com.huawei.hms:push on the classpath, agconnect-services.json, Huawei platform configured in the control panel) HMS Push Kit is used out of the box
HMS detection now additionally requires Push Kit classes on the classpath, so apps using other Huawei kits (Maps, Analytics) without com.huawei.hms:push stay on FCM
Improvements
The SDK now logs the active push transport at startup, making the transport setup easier to verify
Improved reliability of push registration on Huawei devices
Improved accuracy of in-app message display statistics
Deprecations
Pushwoosh.enableHuaweiPushNotifications() is deprecated and has no effect: the push transport is auto-detected