chyiiiiiiiiiiii/flutter_zendesk_messaging

Problem in release Android

urielvexi opened this issue · 6 comments

this package used to work form me, since I updated to zendesk_messaging: ^2.7.5 now I get the next error in release:
[ZendeskMessaging] - initialize failure - java.lang.AssertionError: Missing field in a9.b [ZendeskMessagingPlugin] - Messaging needs to be initialized first

it still works in debug, any idea how could I fix it?

Last version than did work for me was 2.7.4,
a9.b means zendesk.android.internal.proactivemessaging.model.ConditionType

@urielvexi The same issue, release apk cannot do anything and without any log output. Did you have any workaround for this? Thanks!

@Pride049 I did a downgrade to 2.7.4, I didn't find a workaround for 2.7.5

Thanks, it looks good on 2.7.4.

if you using proguard add this line

# Zendesk
-keepnames class zendesk.** { *; }