You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Airbnb:
I am getting this crash while taps on push notification:
Fatal Exception: java.lang.IllegalStateException: Deeplink class com.xxx.xxx.deeplink.utils.DeepLinkIntentsUtil not found. If you are using Proguard/R8/Dexguard please consult README.md for correct configuration.
Is this something related to our proguard-rules.pro configuration?
Like the -keepclasseswithmembers class * ?
Looking forward to hear back from you.
Thanks & Regards,
Jiusong
The text was updated successfully, but these errors were encountered:
Hi Airbnb:
I am getting this crash while taps on push notification:
Fatal Exception: java.lang.IllegalStateException: Deeplink class com.xxx.xxx.deeplink.utils.DeepLinkIntentsUtil not found. If you are using Proguard/R8/Dexguard please consult README.md for correct configuration.
Is this something related to our proguard-rules.pro configuration?
Like the
-keepclasseswithmembers class *
?Looking forward to hear back from you.
Thanks & Regards,
Jiusong
The text was updated successfully, but these errors were encountered: