Recent searches
No recent searches
Zendesk Live Messaging SDK Crash on release mode progaurd
Posted Jan 23, 2023
Hi Zendesk team , I successfully integrate Zendesk live messaging in our android app it work well on debug mode but on release proguard mode sdk crash on Zendesk initialization I attach error snipped below
I am using Zendesk messaging latest release library
zendesk.messaging:messaging-android:2.8.0
i am usign these in my proguard file
-keepnames class zendesk.messaging.** { *; }
-keep public class zendesk.messaging.** { *; }
-keep public class zendesk.android.** { *; }
-keep public class zendesk.android.** { *; }
-keep public class zendesk.android.messaging** { *; }
-keep public class zendesk.android.events.internal** { *; }
Please help me to fix this crash on release proguard mode thanks
0
6
6 comments
Christopher Kennedy
Does you also encounter this with previous versions?
0
Abdulwahab wahab
Thanks @Christopher for reply ,I did not face this crash when i remove R8 code optimization in latest version but as soon as i enable R8 sdk crash on initialization i check with old version 2.6 working fine on old version but i want to use latest version of this library
1
Christopher Kennedy
0
Abdulwahab wahab
Thanks Christopher Kennedy i am waiting to deep dive further to solve this issue regards
0
Abdulwahab wahab
Hi Christopher Kennedy Hope you doing great any update on this issue ?
0
Christopher Kennedy
Hope you're doing great as well. I created a ticket for you asking for some additional information. Can you check your requests at https://support.zendesk.com/hc/en-us/requests?
0