avioli / uni_links

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

getInitialUri doesn't work for iOS (16.6.1) #193

Closed nikolaydimitrov closed 1 year ago

nikolaydimitrov commented 1 year ago

Describe the bug First, thanks for the great plugin. I have a problem with iOS where I am able to get the URIs with uriLinkStream.listen when the app is already open (or in background), but not with 'cold start' and getInitialUri.

To Reproduce Steps to reproduce the behaviour:

  1. Kill the app
  2. Go to say Notes, click on a link, in my case https://app.circled.me/something
  3. App opens, but we receive null for getInitialUri

Expected behavior Receive https://app.circled.me/something

Smartphone (please complete the following information):

Additional context An example successful flow with uriLinkStream.listen:

  1. Open the app
  2. Switch to say Notes, click on a link, in my case https://app.circled.me/something
  3. App opens and we receive https://app.circled.me/something with uriLinkStream.listen
nikolaydimitrov commented 1 year ago

Saw https://github.com/avioli/uni_links/issues/162 Closing