airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.38k stars 406 forks source link

DeepLinkIntentsUtil not found exception #356

Open jiusongtripactions opened 1 year ago

jiusongtripactions commented 1 year ago

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