android_sdk icon indicating copy to clipboard operation
android_sdk copied to clipboard

This is the Android SDK of

Results 37 android_sdk issues
Sort by recently updated
recently updated
newest added

Hi, I'm having trouble setting up the Adjust SDK in an Android 4.4 device. By default the device uses TLS1.0 so I get the following error: `Failed to track session....

When StrictMode is enabled, Android 11 or higher will display a warning if the app requests `WindowManager` on application contexts. When trying to send event ``` E/ContextImpl: Tried to access...

Hello! We faced with problem on android 12 with deep links, app doesn't open, each time open only browser. According google documentation we [need verify links](https://developer.android.com/training/app-links/verify-site-associations). If I don't mistake...

I would like to get the fields of AdjustAttribution in a map like ios_sdk. https://github.com/adjust/ios_sdk/blob/b1feb897c1d40741ab97b304d90d8817160c57f5/Adjust/ADJAttribution.m#L87-L125 When tracking all the fields, it's hard to check if the fields are added every...

My team was implementing Adjust for android by following the `README.md` and we avoided session tracking setup as we only wanted to track revenue event only. Later we realized by...

While trying to get more focused logs, I've seen that the Android Adjust SDK still prints logs event when explicitly trying to suppress them like this: ```kotlin import com.adjust.sdk.Adjust import...

Please provide Typescript interfaces and types for the `AdjustConfig`, `Adjust` and `AdjustEvent`

I'm working on integrating the Adjust SDK in a multiprocess app. It's basically a radio app that runs a service in a separate (private) process. Somewhat like this: ``` ```...

It's not a bug. I think "https" is more suitable than "http" for the URL of the license file, so could you change it? I thought it would be better...