-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
impact: customerA bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)A bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)plugin: dynamic_linkstype: bugSomething isn't workingSomething isn't working
Description
Describe the bug
When opening an iOS App from a dynamic link the initialLink is nil.
To Reproduce
Steps to reproduce the behavior:
- Set up firebase dynamic links for a project as described in the readme.
- Create a dynamic link (programmatically or via console)
- Tap on link in non-browser app
Expected behavior
App should open and getInitialLink() should return the correct dynamic link.
Additional context
From my understanding there is an issue when reacting to the incoming UserActivity
. onInitialLink
is correctly called but returns way earlier than self.initialLink
is set in the completion block from [[FIRDynamicLinks dynamicLinks]handleUniversalLink: completion: ]
. Therefore on handling the method call FirebaseDynamicLinks#getInitialLink
[self getInitialLink]
returns nil
and because of self.flutterError
also being nil the result
returns just with nil
.
shashikantdurge, amitkot, S1r-Lanzelot, soorya-ha, long1eu and 4 more
Metadata
Metadata
Assignees
Labels
impact: customerA bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)A bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)plugin: dynamic_linkstype: bugSomething isn't workingSomething isn't working