avioli / uni_links

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

How do I set dynamic host? #97

Closed Kimhak-Loem closed 3 years ago

Kimhak-Loem commented 3 years ago

Hi,

Is there anyone encounter or trying to have dynamic deep link host? For example I have multiple host with a similar pattern as bellow

I'm wondering if we can do this with uni_link or use other way? Your help would be appreciated!

avioli commented 3 years ago

As far as I know you have to specify host for any and all https schemes, so this is a NO to your question.

Kimhak-Loem commented 3 years ago

@avioli thank you for your response. Actually, it's possible to do using App Linking(Android) & Universal Link(iOS). With above example, we need to provide the json verification file (assetlinks.json or apple-app-site-association) in domain https://example.com.

Anyway, thank you again for your support.