avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

example.com/blah/ works, but example.com/blah doesn't work ('/' at the end #75

Open shailesh-salut opened 4 years ago

shailesh-salut commented 4 years ago

I'm using [https scheme] and am testing on my [iOS Simulator], which is running [iOS11].

AASA path: "/*"

https://example.com -- works. gets into event listener https://example.com/blah/ --works. gets into event listener https://example.com/blah --does not work. Event listener doesn't get any call.

What am I missing? Thanks for any help.