Many tracking services require that the app include an API key. It seems that at least some of these use a static string in the API to send the key to the API. Some of these will be declared in build.gradle. Since tracking data can be uploaded directly to a server without using a library, and domain names can be easily obfuscated, looking for API key identifiers could provide another channel to catch tracking.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
embedded in SDK methods, e.g. Amplitude.getInstance().initialize(this, "YOUR_API_KEY_HERE"); or EstimoteCloudCredentials cloudCredentials = new EstimoteCloudCredentials("APP ID", "APP TOKEN");
included in other files, like ga_trackingId in app/src/res/xml/global_tracker.xml