Intent filters may only contain a single data element for a URI pattern. Create separate intent filters to capture additional URI patterns.
Following that advice explodes the AndroidManifest.xml a few hundred lines in our case. We have tried to use only two intent filters, one for http|s links and one for in-app links and everything works.
Have we misunderstood what you mean by "URI pattern" or is that note outdated to an older version of DeepLinkDispatch?
I can also see in the demo app that multiple data (scheme) elements are applied to a single intent filter.
The readme specifies that:
Following that advice explodes the AndroidManifest.xml a few hundred lines in our case. We have tried to use only two intent filters, one for http|s links and one for in-app links and everything works.
Have we misunderstood what you mean by "URI pattern" or is that note outdated to an older version of DeepLinkDispatch?
I can also see in the demo app that multiple data (scheme) elements are applied to a single intent filter.