I have developed an android app locally on my device (app not yet on android play store). I have the following logic to get deep link in MainActivity.
Google
I had the same problem with deep links not working and the former answers wasn't helping. What did the trick was splitting the "data" tag like this:
Instead of:
Do this:
Hope that will help anyone else :)