We are using code obfuscator for production releases and we have to prevent obfuscation for 3rd party sdks. Obfuscator tool that we use has a feature the skip namespaces and classes. We have to add all of your classes to skip class list one by one because your classes don't have namespace.
We are using code obfuscator for production releases and we have to prevent obfuscation for 3rd party sdks. Obfuscator tool that we use has a feature the skip namespaces and classes. We have to add all of your classes to skip class list one by one because your classes don't have namespace.