android_sdk
android_sdk copied to clipboard
This is the Android SDK of
Hi, I have been trying to set up a web bridge connection to an Android app. I managed to get it working on iOS, so my setup in the web-app...
**Description:** We’re using a deep link like: ``` https://app-custom-link/?adj_t=xxxxx&adj_custom_param=1 ``` and our S2S callback template is currently: ``` https:///v1/public/adjust? &campaign_name={campaign_name} &creative_name={creative_name} &adgroup_name={adgroup_name} &network_name={network_name} &adjust_id={gps_adid} &custom_param={adj_custom_param} ``` However, Adjust sends back...
Hello, in our app we are prompting user for Location Permission / Notification Permission. Noticed that while the Location or Notification System Prompt is being shown, the `OnDeferredDeeplinkResponseListener` passed to...
Hello, We are trying the new adjust branded domains and short links and it's great thanks. **`Used Adjust version : 5.0.1`** However, two things that can dramatically improve the short...
How to Test Deep Links Locally (Without App Being Published)?
Hi everyone 👋 I want to request an API improvement when resolving shortened deep links. Right now, we need to call `Adjust.processAndResolveDeeplink(…)` to do a network call that retrieves the...
Adjust consumes a lot of resources. In particular, it creates many Threads Can you make improvements so that you can use the Adjust SDK to set the Threadpool to save...