Firebase dynamic link not opening the app

前端 未结 5 1329
自闭症患者
自闭症患者 2020-12-01 10:09

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         


        
5条回答
  •  攒了一身酷
    2020-12-01 10:10

    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 :)

提交回复
热议问题