The AppLovin team may request a debuggable APK that can proxy into networking traffic by using Android’s Network Security Configuration feature.
These instructions show you how to create such an APK:
res/xml/network_security_config.xml.AndroidManifest.xml, add the configuration to your application attribute:
res/xml/network_security_config.xml file, add the following:
Unity deprecated the use of res folders in the Assets/Plugins/Android directory.
These instructions show you how to create a debuggable APK with proxy support when you use Unity to develop your application:
Assets/Plugins/Android/«name-of-your-library».androidlib.AndroidManifest.xml file in Assets/Plugins/Android/«name-of-your-library».androidlib/, and add the following to that file:
project.properties file in Assets/Plugins/Android/«name-of-your-library».androidlib/ with the following contents:
network_security_config.xml, with the following contents:
network_security_config.xml file into the Assets/Plugins/Android/«name-of-your-library».androidlib/res/xml folder.