Skip to content

Releases: Pushwoosh/pushwoosh-react-native-plugin

6.1.15

26 Jul 10:26
Compare
Choose a tag to compare

Updated

  • Pushwoosh Android SDK to 6.6.0
  • Pushwoosh iOS SDK to 6.4.3

6.1.14

17 May 12:45
Compare
Choose a tag to compare

Important

  • the plugin no longer automatically adds google-services plugin, it has to be added manually to the project's build.gradle:
//you should already have buildscript and dependencies blocks in your project's build.gradle so just put the classpath line there
buildscript {
 dependencies {
 classpath 'com.google.gms:google-services:4.3.3'
 }
}

//add these lines to the very end of your build.gradle
apply {
 plugin com.google.gms.googleservices.GoogleServicesPlugin
}

Added

  • TypeScript support

Updated

  • Android SDK to the 6.5.2 version
  • iOS SDK to the 6.4.2 version

6.1.13

18 Mar 12:54
Compare
Choose a tag to compare

Updated

  • Pushwoosh Android SDK to 6.4.3
  • Pushwoosh iOS SDK to 6.3.5

6.1.12

07 Feb 10:52
Compare
Choose a tag to compare

Updated

  • Pushwoosh Android SDK to 6.4.1
  • Pushwoosh iOS SDK to 6.3.3

6.1.11

25 Jan 11:10
Compare
Choose a tag to compare

Updated

  • Version of Pushwoosh iOS SDK to 6.3.2
  • Version of Pushwoosh Android SDK to 6.4.0

6.1.10

28 Nov 12:08
Compare
Choose a tag to compare

Fixed

  • An issue with duplicate clearLocalNotification declaration in iOS

6.1.9

22 Nov 09:49
Compare
Choose a tag to compare

Added

  • Added clearNotificationCenter method

Updated

  • Android SDK updated to 6.3.6

6.1.8

29 Oct 13:05
Compare
Choose a tag to compare

Updated

  • Android SDK updated to 6.3.4
  • iOS SDK updated to 6.3.1

6.1.7

10 Sep 12:32
Compare
Choose a tag to compare

Updated

  • Android SDK updated to 6.3.3

6.1.6

09 Sep 14:18
Compare
Choose a tag to compare

Updated

  • Android SDK updated to 6.3.2
  • iOS SDK updated to 6.2.5