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

Comments

1 comment
  • Official comment

    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/variable to the -optimizations line in your app/proguard-rules.pro file. The optimizations line should look like this:
    -optimizations *other optimizations*,!code/allocation/variable

    If 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

Please sign in to leave a comment.

Didn't find what you were looking for?

New post