Android Appsee ProGuard rules

Appsee – is an app analytics platform that provides an in-depth analysis of your users' behavior, allowing you to deliver the ultimate app experience.

ProGuard rules for Appsee

ProGuard will try to remove all dead code. Obfuscating code that performs reflection may cause of error. To fix errors and force ProGuard to keep certain code, set up a ProGuard configuration in proguard-rules.pro file.

#################################### Appsee ####################################
-keep class com.appsee.** { *; }
-dontwarn com.appsee.** 
-keep class android.support.** { *; }
-keep interface android.support.** { *; }
-keepattributes SourceFile,LineNumberTable

And remove the following, if defined:

-renamesourcefileattribute SourceFile

For more information about Appsee please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules