Generating APK with Support for Proxying into Network Traffic
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:
- If you have not already done so, create a new XML file:
res/xml/network_security_config.xml
. - In your application manifest
AndroidManifest.xml
, add the configuration to yourapplication
attribute: - In the
res/xml/network_security_config.xml
file, add the following: - Create a debug build.
- On native Android: build with a debug configuration.
- On Unity: select Development Build in Build Settings.