Skip to content

6.11.0

Choose a tag to compare

@PushwooshCI PushwooshCI released this 21 Aug 10:30
· 3 commits to master since this release

New Features

  • 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
    String baseUrl = Pushwoosh.getInstance().getBaseUrl();

Changes

  • 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