Facebook deep linking on Android

前端 未结 3 1419
别那么骄傲
别那么骄傲 2021-02-07 03:01

I\'m trying to implement Facebook\'s Deep Linking feature on my app and encountered the following scenario:

I have an activity called MainActivity which is declared like

3条回答
  •  失恋的感觉
    2021-02-07 03:41

    You need to have more information in your intent filter:

    
       
       
       
       
    
    

    This will capture links going to your site (make sure to change the URL), and direct them to whatever Activity you define this intent filter under.

提交回复
热议问题