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].
- [[email protected]][android_sdk_v5.0.2]
- [email protected]
- 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.
- Switched to adding permission
com.google.android.gms.permission.AD_ID
in the Android app's mainfest by default.
- Updated native SDKs to latest versions.
- Updated native SDKs to latest versions.
- 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 attribution callback handling of cost amount parameter.
- 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 missing handling of
sku
parameter when performing subscription tracking in Android.
- 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.
- Removed native iOS legacy code.
- 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.
- 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
disableThirdPartySharing
method toAdjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem. - Added external device ID support.
- Fixed potential events submission after Lua state has already been destroyed (thanks to @Shchvova).
- Added
trackAdRevenue
method toAdjust
interface to allow tracking of ad revenue. With this release added support forMoPub
ad revenue tracking. - Added reading of Facebook anonymous ID if available on iOS platform.
- Added
getSdkVersion
method toAdjust
interface to obtain current SDK version string. - Added ability to pass
callbackId
value throughtrackEvent
method ofAdjust
interface, 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.
readMobileEquipmentIdentity
value ofcreate
method ofAdjust
interface is deprecated.- SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.
- Added deep link caching in case
appWillOpenUrl
method is called before SDK is initialised.
- Updated the way how iOS plugin handles push tokens from Corona interface - they are now being passed directly as strings to native iOS SDK.
- Added null check for
CoronaRuntimeTaskDispatcher
(#6).
- Added
gdprForgetMe()
method to Adjust interface to enable possibility for user to be forgotten in accordance with GDPR law.
- Updated iOS SDK to
v4.12.3
. - Updated Android SDK to
v4.12.4
.
- [email protected]
- [[email protected]][android_sdk_v4.12.4]
- Initial release of Corona SDK. Supported platforms:
iOS
andAndroid
.