android_sdk
android_sdk copied to clipboard
This is the Android SDK of
We see the following warning in our minified production app which uses `com.adjust.sdk:adjust-android-webbridge:4.38.1` when scanning with tools like [AppSweep](https://www.guardsquare.com/appsweep-mobile-application-security-testing): > High com.adjust.sdk.webbridge.AdjustBridgeUtil$8$2 does not check TLS certificate validity correctly A...
Adjust.getAdId() returns null at times and it is clear that it's return value depends on some async operation. Also this is hinted [here ](https://help.adjust.com/en/article/gather-device-ids-android-sdk#adjust-device-identifier) that backend communication is performed when...
Hey all. We are using the `com.adjust.sdk:adjust-android:4.38.3` version of the SDK inside our app. During the initialization of the SDK with StrictMode enabled like so: ```kotlin StrictMode.setThreadPolicy( StrictMode.ThreadPolicy.Builder() .detectDiskReads() .detectDiskWrites()...
view source: link_do_site
Hello, we are currently facing an issue while having multiple WebViews on different Screens inside our compose app. It might occur sometimes, that we navigate through the app and call...
After upgrading the Adjust SDK from 4.33.0 to 4.38.3, I noticed a significant increase in the time between calling Adjust.onResume and receiving the first onAttributionChanged callback. Based on tracking data,...
Do you have plan on supporting Kotlin multiplatform Mobile (KMM)?
Our release APK has a size of roughly 11 MB. The libsigner.so (uncompressed) alone is about 950 KB (for arm64-v8a). So the native library from Adjust Signature SDK causes a...