Upgrading:

Make sure you can use Java 8 language features.
See corresponding Android documentation

android {
  // Configure only for each module that uses Java 8
  // language features (either in its source code or
  // through dependencies).
  compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
  }
  // For Kotlin projects
  kotlinOptions {
    jvmTarget = "1.8"
  }
}

Changelog:

  • In-app messaging private beta. Contact us to get in!
  • Bug fixes

Changelog

  • Added support for buttons that do not open the app. Choose "Close notification only" from your dashboard.

Changelog

  • Update iOS SDK to version 3.3.2. If you use native iOS buttons in your push notifications, this release is a must.

Changelog

  • Fix notification buttons: button data was expected in the wrong place. If you use native iOS buttons in your push notifications, this release is a must.

Changelog:

  • Using WonderPush Android SDK v3.2.0
  • Using WonderPush iOS SDK v3.3.0