I'm very frustrated with my try to integrate my Android app with Facebook App Links.
When my app is still running (not closed or killed) and I call it from Facebook app using App Links, a new instance of my app (main activity) is initiated without any url data from Intent.
Everything works fine when my app is closed or killed before to call it from Facebook (I successfully get the url from Intent data).
If I change my app "launchMode" to "singleTask" I successfully get the url from Intent data, but my app do not work anymore.
Anyone have any suggestions?
Some related reference: