Skip to content

Releases: exponea/exponea-react-native-sdk

Support for XCode 12.5, native SDK updates

02 Jun 08:58
Compare
Choose a tag to compare

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

Universal link support

08 Jan 12:10
Compare
Choose a tag to compare

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 in application:didFinishLaunchingWithOptions.
      ExponeaAppDelegate now implements this method where it processes the notification and sets notification center delegate. Your AppDelegate 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

04 Jan 11:13
Compare
Choose a tag to compare

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

23 Nov 09:34
Compare
Choose a tag to compare

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

07 Oct 09:16
Compare
Choose a tag to compare

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