DeepLinkDispatch icon indicating copy to clipboard operation
DeepLinkDispatch copied to clipboard

Deeplinks cannot be found in registry classes between 4.1 -> 5.1

Open ghost opened this issue 4 years ago • 2 comments

I'm upgrading my company's DLD version from 4.1 -> 5.1. Based on your documentation all I needed to do was change any instance of the word Loader to Registry

I handle deeplinks by calling deepLinkDelegate.dispatchFrom(activity) and several of my integration tests (and actual implementation) have begun to fail. After doing some debugging I've found that entries in the registry that should match the provided uri are not matched by idxMatch

ghost avatar May 04 '20 18:05 ghost

is there any solution?

Narinc avatar Jul 09 '20 10:07 Narinc

Can you give examples of what isn't working anymore?

rossbacher avatar Jul 09 '20 16:07 rossbacher