As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
fabreax
Where can I find the proguard rules to add for Kinvey ?
I added :
> -dontwarn javax.**
> -dontwarn java.lang.management.**
> -dontwarn com.google.android.gcm.**
> -dontwarn sun.misc.**
> -dontwarn com.google.api.client.json.jackson2.JacksonFactory
> -dontwarn com.kinvey.**
> -keep class javax.** { *; }
> -keep class java.lang.management.** { *; }
> -keep class com.google.android.gcm.** { *; }
> -keep class sun.misc.** { *; }
> -keep class com.google.api.client.json.jackson2.JacksonFactory { *; }
> -keep class com.kinvey.** { *; }
but my app still crashes when proguard is enabled.