Skip to content

Releases: Survicate/survicate-react-native-sdk

6.4.4

26 Nov 10:36
9855218

Choose a tag to compare

Improved

  • Enhanced performance of checkbox selection in multiple answer question type on iOS.
  • Updated data storage handling for better iOS compatibility

6.4.3

28 Oct 13:09
f20b34e

Choose a tag to compare

Updated

  • XCFramework is now signed with a distribution certificate.

Improved

  • Optimized text component behavior when focused on iOS.

Fixed

  • An issue that prevented the screen delay trigger from firing when enterScreen() was called too soon after SDK initialization.
  • An issue on iOS with screen delay trigger not being scheduled upon enterScreen() call.

6.4.2

30 Sep 13:23
1428560

Choose a tag to compare

Improved

  • Optimized memory performance on iOS.

Fixed

  • An issue with surveys new event property operators behavior.

6.4.1

15 Sep 12:47
79c61f6

Choose a tag to compare

Fixed

  • An issue on iOS preventing listeners from being added at SDK initialization.

6.4.0

01 Sep 13:36
894d2a4

Choose a tag to compare

New

  • More operators are now available for targeting by event properties. Previously, the only option available and applied by default was "equals". Now you can select among these operators:
    • equals
    • doesn't equal
    • contains
    • doesn't contain
    • value exists
    • value doesn't exist

Improved

  • Performance optimization on iOS by moving some SDK initialization tasks to a background thread.

6.3.5

25 Aug 13:13
27dab1c

Choose a tag to compare

Improved

  • Performance optimization on Android by moving some SDK initialization tasks to a background thread.

Fixed

  • An issue on iOS with delayed event triggers conflicting with workspace refresh attempts.
  • An issue on iOS with thread-safety causing crashes during concurrent SDK initialization.
  • An issue on iOS with thread safety that occurred when loading plist properties from background threads, ensuring proper synchronization and preventing potential crashes during configuration loading.
  • An issue on Android where an instantly recurring survey with a delayed event trigger could reappear after being closed in long app sessions.

Updated

  • AndroidX AppCompat to 1.7.1
  • AndroidX Autofill to 1.3.0
  • Added OkHttp 4.12.0 dependency
  • Added AndroidX Lifecycle Process 2.8.7 dependency

6.3.4

22 Jul 12:03
de583ee

Choose a tag to compare

Fixed

  • An issue on iOS with scroll in single answer selection and multiple answer selection question types after selecting an answer.

6.3.3

18 Jul 12:52
f0ddcd6

Choose a tag to compare

Fixed

  • An issue on iOS with non wrapping description text in nps, rating numerical and rating shape question types.
  • An issue on iOS with resolving survey language based on device language instead of the app language.
  • An issue on iOS with submit section visibility in single answer selection, nps, smiley scale and rating question types when the question is set as mandatory and disclaimer is present .

6.3.2

12 Jun 13:25
2cb4067

Choose a tag to compare

Improved

  • Horizontal layout for Shape and Numerical Rating questions to fit the screen width even on smaller devices on Android.

6.3.1

26 May 09:40
a1c2161

Choose a tag to compare

Fixed

  • Problem with invalid response language attribute in analysis tab after using setLocale() method on iOS