- Skipped invocation of SKAN 4.0 style callback in case SKAN 4.0 API was not invoked (adjust#104).
- Added support for SKAN 4.0.
- Added support for setting a new China URL Strategy. You can choose this setting by setting
urlStrategy
member ofAdjustConfig
instance toAdjustConfig.UrlStrategyCn
value.
- 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.
- Switched to adding permission
com.google.android.gms.permission.AD_ID
in the Android app's mainfest by default.
- 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 setting
coppaCompliantEnabled
member ofAdjustConfig
instance totrue
. - 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 setting
playStoreKidsAppEnabled
member ofAdjustConfig
instance totrue
. - Added
checkForNewAttStatus
method toAdjust
API to allow iOS apps to instruct to SDK to check ifatt_status
might have changed in the meantime. - Added support for Generic ad revenue tracking.
- Reverted
compileSdkVersion
from32
to31
(adjust#77). - Changed responses which is being returned when iOS specific API is being called on Android platform (adjust#79 and adjust#80).
- Added support for
Unity
ad revenue tracking. - Added support for
Helium Chartboost
ad revenue tracking.
- Removed deprecated v1 way of plugin registration (adjust#64).
- Migrated from
jcenter
tomavenCentral
repository (adjust#72).
- [email protected]
- [[email protected]][android_sdk_v4.29.1]
- Added support for
Admost
ad revenue source.
- Fixed compile time errors with Xcode 13.
- Added support for null safety (thanks to @blaueeiner).
- [beta] Added data residency feature. You can choose this setting by setting
urlStrategy
member ofAdjustConfig
instance toAdjustConfig.DataResidencyEU
(for EU data residency region),AdjustConfig.DataResidencyTR
(for TR data residency region) orAdjustConfig.DataResidencyUS
value (for US data residency region). - Added
trackAdRevenueNew
method toAdjust
interface to allow tracking of ad revenue by passingAdjustAdRevenue
object as parameter. - Added support for
AppLovin MAX
ad revenue tracking. - Added
conversionValueUpdatedCallback
member toAdjustConfig
which can be used to set a callback which will get information when Adjust SDK updates conversion value for the user. - Added preinstall tracking with usage of system installer receiver on Android platform.
- Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback on iOS platform.
- Removed native iOS legacy code.
- Added possibility to get cost data information in attribution callback.
- Added
needsCost
member toAdjustConfig
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). - Added
preinstallTrackingEnabled
member toAdjustConfig
to allow enabling of preinstall tracking (this feature is OFF by default). - Added support for Apple Search Ads attribution with usage of
AdServices.framework
. - Added
allowAdServicesInfoReading
member toAdjustConfig
to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofAdServices.framework
. - Added wrapper method
updateConversionValue
method toAdjust
to allow updating SKAdNetwork conversion value via SDK API. - Added
getAppTrackingAuthorizationStatus
getter toAdjust
instance to be able to get current iOS app tracking status. - Added improved measurement consent management and third party sharing mechanism.
- Added public constants to be used as sources for ad revenue tracking with
trackAdRevenue
method.
- Updated Gradle version to 6.5 (thanks to @MrtnvM).
- Fixed occasional NPEs in Android when firing callback methods.
- Added URL strategy constants to
AdjustConfig
for more straight forward feature usage.
- Added Flutter 1.2 or later support for Android projects.
- Removed
iosPrefix
frompubspec.yaml
. - Removed
ADJ
prefix from Flutter iOS class names.
- Added communication with SKAdNetwork framework by default on iOS 14.
- Added method
deactivateSKAdNetworkHandling
method toAdjustConfig
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
member toAdjustConfig
class to allow selection of URL strategy for specific market.
- Changed referencing of native Android dependency from
implementation
toapi
.
- Added subscription tracking feature.
- Added support for Huawei App Gallery install referrer.
- Updated communication flow with
iAd.framework
.
- Added
disableThirdPartySharing
method toAdjust
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.
- Fixed lack of
getAdid
method implementation in native iOS bridge (thanks to @HenriBeck).
- [email protected]
- [[email protected]][android_sdk_v4.18.3]
- 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.
- Fixed issue when trying to register Android plugin more than once (adjust#7).
- Official Flutter SDK release.
- Changed SDK API to be more Dart friendly.
- Changed SDK dependency in example app from local path to Flutter plugin repository.
- Added example app to repo.
- Added handling of process name for Android platform.
- Test release of Flutter SDK.
- Package available at: https://pub.dartlang.org/packages/adjust_sdk