Deferred DeepLink always return null if I set isMinifyEnabled true.
1

Hello, I write code like this to handle deferred deeplink.

AppLinkData.fetchDeferredAppLinkData(this, getString(R.string.facebook_app_id)) { appLinkData ->
}

It works properly if I set isMinifyEnabled false. But if I set true to deploy Google Play store, appLinkData is always null. I add all proguard rules. I read it on this pages. https://github.com/facebook/facebook-android-sdk/blob/main/facebook-core/proguard-rules.pro https://github.com/facebook/facebook-android-sdk/blob/main/facebook-share/proguard-rules.pro https://github.com/facebook/facebook-android-sdk/blob/main/facebook-applinks/proguard-rules.pro

Should I add more rule to proguard?

Hyunchul
Asked about 6 months ago