Releases: exponea/exponea-react-native-sdk
Releases · exponea/exponea-react-native-sdk
Support for XCode 12.5, native SDK updates
Release Notes for 0.5.1
May 31, 2021
- Features
- Documentation improvements
- Native iOS SDK updated to 2.11.0
- Native Android SDK updated to 2.9.4
- React native upgraded to 0.64
- Bug Fixes
- Fixed: ExponeaAppDelegate renamed to ExponeaRNAppDelegate to avoid swift compiler error
'ExponeaAppDelegate' has different definitions in different modules
- Fixed: XCode 12.5 supported
- Fixed: ExponeaAppDelegate renamed to ExponeaRNAppDelegate to avoid swift compiler error
Universal link support
Release Notes for 0.5.0
January 08, 2021
- Features
- Universal link/App link tracking added. There is some setup required that is described in documentation
- Bug Fixes
- Fixed: All user defined data is now forwarded to Javascript when fetching recommendations on iOS
- BREAKING CHANGE:
The SDK now processes notification open events that start the application on iOS. Before, the app had to running and minimized for the notification to be processed. To respond to notifications that start the application, the SDK needs to run some processing inapplication:didFinishLaunchingWithOptions
.
ExponeaAppDelegate
now implements this method where it processes the notification and sets notification center delegate. YourAppDelegate application:didFinishLaunchingWithOptions
now requires a call to super[super application:application didFinishLaunchingWithOptions:launchOptions];
. Calling[UNUserNotificationCenter currentNotificationCenter].delegate = self;
is no longer required. See iOS push notifications documentation for more details.
Re-release of 0.4.0
Release Notes for 0.4.1
January 04, 2021
- Version 0.4.0 is a bad release that contains development Cocoapods. This version is just a re-release of 0.4.0
Default properties runtime configuration
Release Notes for 0.4.0 (DEPRECATED)
November 23, 2020
- Features
- Native iOS SDK updated to 2.9.3
- Native Android SDK updated to 2.9.0
- Added runtime configuration of default properties
- Fixes
- Initialization issues with RN Firebase packages
Native SDK update
Release Notes for 0.3.0
October 07, 2020
- Features
- Native iOS SDK updated to 2.9.2
- Native Android SDK updated to 2.8.3