Releases: OneSignal/OneSignal-Cordova-SDK
Releases · OneSignal/OneSignal-Cordova-SDK
1.10.2 Release
Android - Back button and registration fixes
- Fixed open callback on Android when pressing back button
- Fixed rare issue where the device would not register with OneSignal due to intermittent connection issues or GMS aar file version mismatches.
- Fixed issues with location fields.
1.10.1 Release
Cordova version requirements fix
- Fixed required Cordova version of iOS users.
1.10.0 Release
OneSignal Android SDK 2.0 update and misc iOS fixes
- Updated to latest Android SDK 2.0.2 from 1.10.7
- SDK is now pulled from maven.
- Offline tag support, geo tagging, and a number of other fixes and optimizations.
- See the full release notes for more details.
- Fix rare iOS build conflict with Log function and other plug-ins.
- Fixed very rare iOS nil crash.
1.9.2 Release
Gradle GMS decencies compatibility fix
- Now always compiling with the latest versions of Google Play services available to be more compatible with other Android Corona plugins.
1.9.1 Release
Misc bug fixes
iOS
- Fixed bug where the notificationOpenedCallback would fire again if a page was reloaded/navigated to with OneSignal.init on it.
- Launch url now opens Safari much quicker.
Android
- Fixed bug with getIds where it could fire without a userId set and only a pushToken set on a device with intermittent connection issues.
1.9.0 Release
Added support for Windows Phone 8.1 (WNS)
1.8.1 Release
Fixed Android play-services version references
1.8.0 Release
iOS update - Title support and bug fixes
This version requires Xcode 6.2 or later when building for iOS.
- Fixed issue where the iOS notification permission prompt would show on the 2nd cold start of the app when autoRegister is set to false.
- Added support for notification title on iOS 8.2+ devices.
- Fixed bug where notifications would clear when opening / resuming the app.
- Notifications will still be cleared in this way when a badge is set.
- This is due to an iOS limitation where clearing the badge count has a side effect of clearing all notifications from the app.
- iOS 6 & 7 - When a notification is opened all other notifications from the app will still be cleared.
- This logic remains otherwise notifications can be tapped on multiple times.
- Notifications will still be cleared in this way when a badge is set.
- Fixed bug where if content-available was set the notification would be marked opened when received and again when it was opened.
1.7.7 Release
Fixed cordova-plugin-google-analytics conflict and UTF-8 fix
- Fixed gradle conflict with cordova-plugin-google-analytics
- This should fix compatibility with other plugins that use Google Play services (gms) as well.
- Fixed issue where UTF-8 messages sent with postNotification were not encoding correctly on Android
1.7.5 Release
Android callback fix
- Fixed bug where notification opened callback would not fire when opening a notification from an app cold start.