Skip to content

Releases: adjust/corona_sdk

Version 5.0.0

03 Jan 13:44
871d94a
Compare
Choose a tag to compare

We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.

To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.

If you are a current Adjust client and have questions about SDK v5, please email [email protected].

Native SDKs


Pull Request #37


Note: Please make sure to also add the latest version of the iOS signature library to your iOS app project (Android signature library will be added automatically as part of the Corona SDK integration).

Version 4.33.0

13 Mar 15:53
8312044
Compare
Choose a tag to compare

Version 4.33.0 (13th March 2023)

Added

  • Added support for SKAN 4.0.
  • Added partner sharing settings to the third party sharing feature.
  • Added getLastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK for iOS platform.
  • Added support for LinkMe feature.
  • Added support to get Facebook install referrer information in attribution callback.
  • Added ability to mark your app as COPPA compliant. You can enable this setting by passing true as value of coppaCompliant key when initializing Adjust SDK.
  • Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by true as value of playStoreKidsApp key when initializing Adjust SDK.
  • Added checkForNewAttStatus method to Adjust API to allow iOS apps to instruct to SDK to check if att_status might have changed in the meantime.

Changed

  • Switched to adding permission com.google.android.gms.permission.AD_ID in the Android app's manifest by default.

Native SDKs


Pull Request #36

Version 4.29.3

26 Jan 13:54
64828f5
Compare
Choose a tag to compare

Changed

  • Updated native SDKs to latest versions.

Native SDKs


Pull Request #34

Version 4.29.2

09 Dec 11:17
f2ff0ba
Compare
Choose a tag to compare

Changed

  • Updated native SDKs to latest versions.

Native SDKs


Pull Request #31

Version 4.29.1

14 May 22:13
c2e1640
Compare
Choose a tag to compare

Added

  • [beta] Added data residency support for US region. To enable this feature, make sure to pass "data-residency-us" as value of urlStrategy key when initialising Adjust SDK.

Fixed

  • Fixed attribution callback handling of cost amount parameter.

Native SDKs


Pull Request #28

Version 4.29.0

10 May 12:50
2601b97
Compare
Choose a tag to compare

Added

  • Added official support for Solar2D.
  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added appTrackingAuthorizationStatus getter to Adjust API to be able to get current app tracking status.
  • Added improved measurement consent management and third party sharing system.
  • Added wrapper method updateConversionValue to Adjust API to allow updating SKAdNetwork conversion value via SDK API.
  • Added data residency feature. Support for EU and TR data residency region is added. To enable this feature, make sure to pass "data-residency-eu" or "data-residency-tr" as value of urlStrategy key when initialising Adjust SDK.
  • Added setConversionValueUpdatedListener method to Adjust API to allow setting of the callback which can be used to get information when Adjust SDK updates conversion value for the user.
  • Added possibility to pass needsCost key when initialising Adjust SDK to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method). Subsequently added new cost data fields in attribution callback - costType, costAmount and costCurrency.
  • Added support for new ways of preinstall tracking in Android. To enable this feature, make sure to pass preinstallTrackingEnabled = true when initialising Adjust SDK.
  • Added support for setting custom preinstall file location in Android. To enable this feature, make sure to pass your custom path as value of preinstallFilePath key when initialising Adjust SDK.

Fixed

  • Fixed missing handling of sku parameter when performing subscription tracking in Android.

Kudos

  • Huge kudos to @Shchvova for amazing help in this release with adding support for Solar2D as well adding support for new features from native SDKs to Corona SDK.

Native SDKs


Pull Request #26

Version 4.28.0

03 Apr 00:28
ad0f835
Compare
Choose a tag to compare

Changed

  • Removed native iOS legacy code.

Native SDKs


Pull Request #24

Version 4.23.1

29 Sep 10:35
8bee84d
Compare
Choose a tag to compare

Fixed

  • Fixed duplicate ADJUrlStrategy symbol error.

Native SDKs:


Pull Request #20

Version 4.23.0

07 Sep 23:28
9988ea2
Compare
Choose a tag to compare

Added

  • Added subscription tracking feature.
  • Added communication with SKAdNetwork framework by default on iOS 14.
  • Added method handleSkAdNetwork key handling to configuration map to switch off default communication with SKAdNetwork framework in iOS 14.
  • Added wrapper method requestTrackingAuthorizationWithCompletionHandler to Adjust to allow asking for user's consent to be tracked in iOS 14 and immediate propagation of user's choice to backend.
  • Added handling of new iAd framework error codes introduced in iOS 14.
  • Added sending of value of user's consent to be tracked with each package.
  • Added urlStrategy key handling to configuration map to allow selection of URL strategy for specific market.

Native SDKs:


Pull Request #19

Version 4.21.0

25 Mar 00:25
add90bb
Compare
Choose a tag to compare

Added

  • 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.

Native SDKs:


Pull Request #15