Releases: adjust/corona_sdk
Releases · adjust/corona_sdk
Version 5.0.0
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
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 toAdjust
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 ofcoppaCompliant
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 ofplayStoreKidsApp
key when initializing Adjust SDK. - Added
checkForNewAttStatus
method toAdjust
API to allow iOS apps to instruct to SDK to check ifatt_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
Version 4.29.2
Version 4.29.1
Added
- [beta] Added data residency support for US region. To enable this feature, make sure to pass
"data-residency-us"
as value ofurlStrategy
key when initialising Adjust SDK.
Fixed
- Fixed attribution callback handling of cost amount parameter.
Native SDKs
Pull Request #28
Version 4.29.0
Added
- Added official support for Solar2D.
- Added support for Apple Search Ads attribution with usage of
AdServices.framework
. - Added
appTrackingAuthorizationStatus
getter toAdjust
API to be able to get current app tracking status. - Added improved measurement consent management and third party sharing system.
- Added wrapper method
updateConversionValue
toAdjust
API to allow updatingSKAdNetwork
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 ofurlStrategy
key when initialising Adjust SDK. - Added
setConversionValueUpdatedListener
method toAdjust
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
andcostCurrency
. - 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
Version 4.23.1
Version 4.23.0
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
toAdjust
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
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