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
Our app links and deeplinks work on a dev build. However once we test a production build, non of the deeplink or applinks work.
We instead get an error that is caught by our DeepLinkReceiver
The following error message is logged when trying to launch a deeplink.
Error Stacktrace
E/DeepLinkReceiver:15: DeepLink Error: Dee3p link to non-existent method: createExploreIntent (We called a deeplink that goes to an explore page in this example)
I suspect this issue might be with our pro guard rules?
Our app links and deeplinks work on a dev build. However once we test a production build, non of the deeplink or applinks work.
We instead get an error that is caught by our
DeepLinkReceiver
The following error message is logged when trying to launch a deeplink.
Error Stacktrace
E/DeepLinkReceiver:15: DeepLink Error: Dee3p link to non-existent method: createExploreIntent
(We called a deeplink that goes to an explore page in this example)I suspect this issue might be with our pro guard rules?
Our Pro Guard Rules
The text was updated successfully, but these errors were encountered: