Questions tagged [adjust-android]

11 questions
3
votes
2 answers

AdvertisingIdClient: Error while reading from SharedPreferences java.lang.SecurityException: MODE_WORLD_READABLE no longer supported

I want to integrate adjust SDK on my project but I got this error AdvertisingIdClient: Error while reading from SharedPreferences java.lang.SecurityException: MODE_WORLD_READABLE no longer supported but I didn't use MODE_WORLD_READABLE anywhere…
hugerde
  • 919
  • 1
  • 12
  • 27
2
votes
1 answer

How to integrate an App Secret into your Adjust SDK?

According to the document of AdjustSDK. This is code to integrate config.setAppSecret(secretId, info1, info2, info3, info4); Please explain me the parameters inside it.
Tyvds
  • 31
  • 4
2
votes
1 answer

Android - How to resize only certain views when keyboard visibility changes

I have an Activity with three Fragment and they are controlled by Tabs at the bottom. One of the fragments needs the keyboard and so I would like to resize the fragment recycler view when the keyboard is visible, so that the last item in the…
Sunny
  • 7,444
  • 22
  • 63
  • 104
1
vote
2 answers

How to not obfuscate class names but get the right simplename anyway?

I have over 20 Fragments which extends from MyFragment e.g.: LoginFragment extends MyFragment UploadFragment extends MyFragment CameraFragment extends MyFragment etc.. and MyFragment in turn extends from Fragment . So in my Android app, and…
1
vote
1 answer

Adjust android sdk config correct but not run correctly

I followed this document, and created this code: public class MainApplication extends Application { public static MainApplication instance; @Override public void onCreate() { super.onCreate(); //Config for Adjust ::::: String appToken…
Huy Tower
  • 7,769
  • 16
  • 61
  • 86
0
votes
0 answers

Can Adjust Android SDK be prevented from opening the relevant Fragment?

I have been facing a problem related to Adjust deep links in my Android app. I have an Adjust link in the following format: https://app.adjust.com/of6d6ty?deep_link=myapp://account/register&fallback=https://www.myapp/de/mobile-app-page The issue I'm…
0
votes
0 answers

Problem with compile Unity Build to Android platform

What I can do with this? I've been getting a lot of compilation errors for a long time, this is just one of them, I hope your answer helps solve this problem My project has AppLovin and AdJust That my settings And I Have this stacktrace: Building…
0
votes
0 answers

Adjust.com | Setting up Google Tag manager

I am using adjust.com for analytics for my app, I have to setup Google Tag manager with Adjust, I have followed everything shown in https://help.adjust.com/en/article/track-events-with-google-tag-manager?src=search_page this link, now in setup event…
0
votes
1 answer

Revenue Discrepancies Between Adjust and Firebase

I am experiencing huge revenue discrepancies between my firebase and adjust accounts. There is like a 50% difference between platforms. Why do you think that is? What might be the possible reason behind this discrepancy?
0
votes
2 answers

Android: Keyboard hiding EditText in Fragment [Material]

Premise: I have a fragment located within a frame layout in the activity layout. The application is in full screen mode. Problem: When the keyboard lifts up, it hides some edit text, even the one that currently has the focus. Actions already…
0
votes
1 answer

Adjust android sdk with Google UAC

I have Adjust sdk added to my app, and someone asked me to track with it all the app downloads from the Google UAC campaign. How should I achive that? On their sdk git documentation there is nothing about…
ghita
  • 2,746
  • 7
  • 30
  • 54