Releases: Pushwoosh/pushwoosh-react-native-plugin
Releases · Pushwoosh/pushwoosh-react-native-plugin
6.1.15
Updated
- Pushwoosh Android SDK to 6.6.0
- Pushwoosh iOS SDK to 6.4.3
6.1.14
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
}
- iOS badges now require adding a NotificationServiceExtension to the iOS project as per this guide:
https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/ios-push-notifications/setting-up-badges
Added
- TypeScript support
Updated
- Android SDK to the 6.5.2 version
- iOS SDK to the 6.4.2 version
6.1.13
Updated
- Pushwoosh Android SDK to 6.4.3
- Pushwoosh iOS SDK to 6.3.5
6.1.12
Updated
- Pushwoosh Android SDK to 6.4.1
- Pushwoosh iOS SDK to 6.3.3
6.1.11
Updated
- Version of Pushwoosh iOS SDK to 6.3.2
- Version of Pushwoosh Android SDK to 6.4.0
6.1.10
Fixed
- An issue with duplicate
clearLocalNotification
declaration in iOS