Added
- Added support for Samsung install referrer.
- Added
isAdjustUninstallDetectionPayload()
method toAdjust
interface to know whether payload originates from Adjust or not. - Added support to OAID plugin for MSA SDK v2.0.0.
Fixed
- Added catching of
NullPointerException
while extracting attribution fields inwebbridge
plugin.
Changed
- Updated OAID plugin to read OAID on Huawei devices using Huawei Mobile Sevices Core Ads Identifier SDK.
- Added bundling of Adjust Javascript files to
webbridge
plugin in theasset
folder:- In case you add web bridge AAR from release page to your app, make sure to remove any previous JAR version you had.
- There is no need for you to keep (and update) Adjust Javascript files inside of your app's assets folder - feel free to delete them since they are now bundled inside of the AAR.
Pull Request #557