I’m integrating third-party sdk, which requires some settings in network_security_config.xml. ( Caching on Android 9 - Documentation - Facebook for Developers )
I already used plugin language to modify andoird_manifest.xml file, but is there any way to modify network_security_config.xml file or I can just create new one and mofify it from text editor?
Anyone? I would really appreciate any help here
At least maybe someone can tell me how I can modify android manifest.xml file with the help of UPL to add custom network secutre condig, like google documentation says?
Then place your network_security_config.xml file in (YourProject)/Plugins/(YourPlugin)/Source/(YourPlugin)/ and it will copy it from there during the build.