uni_links icon indicating copy to clipboard operation
uni_links copied to clipboard

How do I get result from getUriLinksStream and then resume the app?

Open wyxcoder opened this issue 5 years ago • 1 comments

I can get uri from getUriLinksStream, but if the app launchs directly, the call doesn't return

wyxcoder avatar Oct 04 '19 18:10 wyxcoder

For this situation, you need to use both of getInitialUri() and getUriLinksStream(), If app launchs directly u will get uri from getInitialUri, if app already running on background u will get uri from getUriLinksStream.

devibrahimkarahan avatar Oct 06 '19 13:10 devibrahimkarahan