Closed anandsharmaautovyn closed 9 months ago
@leegeunhyeok any update as the application needs to be live in 2-3 days please reply ASAP.
@anandsharmaautovyn
Add proguard rule to your proguard-rules.pro
-keepnames class zendesk.** { *; }
@leegeunhyeok it is still crashing can you please check it again?
@leegeunhyeok I've added these rules also but the application is still crashing, I need to close this issue ASAP as the build is awaited for too long to go for the production. Rules I've applied are: -keep class zendesk.core.AuthenticationRequestWrapper { ; } -keep class zendesk.core.PushRegistrationRequestWrapper { ; } -keep class zendesk.core.PushRegistrationRequest { ; } -keep class zendesk.core.PushRegistrationResponse { ; } -keep class zendesk.core.ApiAnonymousIdentity { *; }
-keep class zendesk.support.CreateRequestWrapper { ; } -keep class zendesk.support.Comment { ; }
-keep class zendesk.answerbot.Deflection { ; } -keep class zendesk.answerbot.AnswerBotSettings { ; } -keep class com.zendesk. { *; } -keep interface com.zendesk.* { ; } -keepnames class zendesk. { *; }
Can I get any crash logs?
I didn't know how to get them
can you tell me any way to get them as the application is crashing (it doesn't launch at all) in debug build if I enable the progaurd
Are you using a monitoring solution in your app? (eg. Sentry, Firebase Crashlytics)
Without logs, it's hard to know what the problem is
ok I'll add one and let you know
Describe the bug when progaurd is enabled the application is crashing when calling method Zendesk.openMessagingView()
To Reproduce Steps to reproduce the behavior:
Expected behavior while these two
shrinkResources true, minifyEnabled true
are enabled the package should work as expectedScreenshots It's just keeps crashing the app even after reopening the app
Environment (please complete the following information):