llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

Both getInitialAppLink and onAppLink get called on iOS #10

Closed duzenko closed 2 years ago

duzenko commented 2 years ago

I encountered this issue when trying to add support for app links to our flutter app This happens when app is stopped and cold started with an app link On Android getInitialAppLink() returns the incoming link and we use that to open a route inside the app On iOS, however, additionally onAppLink() gets called, as if two separate links were arriving This is very confusing, leading to navigation mixups and errors

Please advise

duzenko commented 2 years ago

Test log

Android image

iOS image

llfbandit commented 2 years ago

Thanks for the report. Looking into it.

andirihs commented 2 years ago

I'm facing the same issue. Any news?

llfbandit commented 2 years ago

Sorry for the delay, it should be fixed in 2.2.1

llfbandit commented 2 years ago

Sorry, this was not fixed in 2.2.1. Now it should be in v3.

appinteractive commented 2 years ago

Sorry, this was not fixed in 2.2.1. Now it should be in v3.

hey @llfbandit I see that you did not tag the latest 3.0.0 andf 3.0.1 here on github!?

llfbandit commented 2 years ago

Yes it is... But no github release

lucasvps commented 1 year ago

I can still reproduce the error, any help?