Opening dynamic links from background
See original GitHub issueHey all,
I’m trying to implement a mechanism where dynamic link is sent to a user and it triggers some action (e.g. adding the user to specific group).
I’m able to implement it using the onDynamicLinkCallback
, but this is triggered only when the app is launched using the the link (and not when it is on the background).
Will be happy if someone could help figure this out 😃
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Receive Dynamic Links on iOS - Firebase
Open Dynamic Links in your app · In the Info tab of your app's Xcode project, create a new URL type to be...
Read more >Dynamic Links not working when app is closed, only when in ...
I have set it up so that links can be generated correctly, and received correctly, but they only work when the app is...
Read more >Dynamic Links - React Native Firebase
With Dynamic Links, your users get the best available experience for the platform they open your link on. If a user opens a...
Read more >Firebase + Flutter — Dynamic Links — Step By Step Guide
When the app is in the background but not shut down, and we open the app by the click of a dynamic link,...
Read more >Receive Firebase Dynamic Links in a Flutter app - FlutterFire
By using the pasteboard, Dynamic Links can make sure that when a user opens a Dynamic Link but needs to install your app...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@shabib3 I would have probably posted that here.
@EddyVerbruggen - any update about this?