Skip to content

Releases: adjust/react_native_sdk

Version 4.21.0

01 Apr 00:49
967e745
Compare
Choose a tag to compare

Added

  • Added disableThirdPartySharing method to Adjust interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.
  • Added support for signature library as a plugin.
  • Added more aggressive sending retry logic for install session package.
  • Added additional parameters to ad_revenue package payload.
  • Added external device ID support.

Native versions:
[email protected]
[email protected]


Pull Request #84

Version 4.18.2

11 Oct 08:30
a92c894
Compare
Choose a tag to compare

Added

  • Added convertUniversalLink method from native iOS SDK to JS API (thanks to @tootsweet).

Changed

  • Updated example and test app to RN 0.61.2.
  • Updated README to fix typos (thanks to @BorisMisnik).

Native versions:
[email protected]
[email protected]


Pull Request #78

Version 4.18.1

02 Jul 13:59
7f68b70
Compare
Choose a tag to compare

Fixed

  • Fixed compile errors when trying to use Adjust SDK with TypeScript 2.9 and higher (thanks to @rawrmaan).

Changed

  • Changed submodule endpoints from SSH to HTTPS (thanks to @rawrmaan).

Native versions:
[email protected]
[email protected]


Pull Request #70

Version 4.18.0

01 Jul 14:16
557c5b7
Compare
Choose a tag to compare

Added

  • Added trackAdRevenue method to Adjust interface to allow tracking of ad revenue. With this release added support for MoPub ad revenue tracking.
  • Added reading of Facebook anonymous ID if available on iOS platform.

Native versions:
[email protected]
[email protected]


Pull Request #66

Version 4.17.2

03 May 13:45
265519b
Compare
Choose a tag to compare

Changed

  • Updated iOS SDK version number in Podspec file to 4.17.2.

Native versions:
[email protected]
[email protected]


Pull Request #60

Version 4.17.1

03 May 12:52
26e14fc
Compare
Choose a tag to compare

Added

  • Added Typescript support for React Native Projects (Thanks to @luisnaranjo733 🍻)

Native versions:
[email protected]
[email protected]


Pull Request #59

Version 4.17.0

12 Dec 13:40
70a2b4a
Compare
Choose a tag to compare

Added

  • Added getSdkVersion() method to Adjust interface to obtain current SDK version string.

Changed

  • Changed usage of compile keyword in plugin's build.gradle file into implementation (#47). Thanks to @vitorreis.

Native versions:
[email protected]
[email protected]


Pull Request #49

Version 4.15.0

10 Oct 13:11
08c5975
Compare
Choose a tag to compare

Added

  • Added setCallbackId method on AdjustEvent object for users to set custom ID on event object which will later be reported in event success/failure callbacks.
  • Added callbackId field to event tracking success callback object.
  • Added callbackId field to event tracking failure callback object.

Changed

  • Updated Android SDK and build tools to 26 (thanks to @hamidhadi).
  • Marked setReadMobileEquipmentIdentity method of AdjustConfig object as deprecated.
  • SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.

Native versions:
[email protected]
[email protected]


Pull Request #43

Version 4.14.0

04 Jul 13:57
e1259fe
Compare
Choose a tag to compare

Added

  • Added deep link caching in case appWillOpenUrl method is called before SDK is initialised.

Changed

  • Imposed type checks when calling methods for adding callback and partner parameters - both key and value now must be strings.
  • Updated the way how iOS native bridge handles push tokens from React Native interface - they are now being passed directly as strings to native iOS SDK.

Native versions:
[email protected]
[email protected]


Pull Request #35

Version 4.13.0

22 May 11:41
f1afab5
Compare
Choose a tag to compare

Added

  • Added gdprForgetMe method to Adjust interface to enable possibility for user to be forgotten in accordance with GDPR law.

Native versions:
[email protected]
[email protected]


Pull Request #32