Releases: Survicate/survicate-react-native-sdk
Releases · Survicate/survicate-react-native-sdk
6.4.4
6.4.3
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
Improved
- Optimized memory performance on iOS.
Fixed
- An issue with surveys new event property operators behavior.
6.4.1
Fixed
- An issue on iOS preventing listeners from being added at SDK initialization.
6.4.0
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
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
Fixed
- An issue on iOS with scroll in
single answer selectionandmultiple answer selectionquestion types after selecting an answer.
6.3.3
Fixed
- An issue on iOS with non wrapping description text in
nps,rating numericalandrating shapequestion 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 scaleandratingquestion types when the question is set as mandatory and disclaimer is present .
6.3.2
Improved
- Horizontal layout for Shape and Numerical Rating questions to fit the screen width even on smaller devices on Android.
6.3.1
Fixed
- Problem with invalid response language attribute in analysis tab after using
setLocale()method on iOS