Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Releases: Countly/countly-sdk-react-native

v4.3.1

31 Aug 09:12
Compare
Choose a tag to compare

Release Notes for version 4.3.1 :

  • Resolve issue in method setNewDeviceId on server.
  • Resolved the default parameter issue i.e shift the onserver parameter to the right most side.

2.0

25 Apr 06:49
Compare
Choose a tag to compare
2.0

New release, including iOS SDK for React Native

1.0

15 Apr 14:56
Compare
Choose a tag to compare
1.0

This new release brings in more features and methods, including:

  • Ability to enable or disable logging, for debugging purposes (setLoggingEnabled)
  • Send location of the user to Countly (setLocation)
  • Ability to change DeviceID (changeDeviceId)
  • Parameter tampering protection support using salts (enableParameterTamperingProtection)
  • Timed events (using startEvent and endEvent)
  • Ability to update User Profiles like increment, multiply, save, set etc.
  • More information about how those functions can be used, please refer to Phonegap SDK documentation.