Android Obfuscation and Pendo
We are havign issues with Obfuscation and the Pendo SDK, we were wondering if there are any proguard rules or exclusions necessary for the Pendo SDK to enable obfuscation. Thanks
0
We are havign issues with Obfuscation and the Pendo SDK, we were wondering if there are any proguard rules or exclusions necessary for the Pendo SDK to enable obfuscation. Thanks
コメント
Hey John, in the installation, did you follow the Using ProGuard section? (Assuming your app is a native Android app - here are the relevant instructions: link. If not, just navigate to the relevant framework integration.
If you are using ProGuard(D8/DX only) to perform compile-time code optimization, and have
{Android SDK Location}/tools/proguard/proguard-android-optimize.txt, add!code/allocation/variableto the-optimizationsline in yourapp/proguard-rules.profile. The optimizations line should look like this:-optimizations *other optimizations*,!code/allocation/variableIf this doesn't resolve your issue, please open a GitHub issue with all the details so we can assist you: https://github.com/pendo-io/pendo-mobile-sdk/issues
サインインしてコメントを残してください。