Android Custom URL to open App like in iOS

后端 未结 3 728
轻奢々
轻奢々 2020-12-02 10:58

I can add a link to, for example, \'navigon://\' on a website that, in iOS devices, will open up the Navigon app if it is installed.

Is there a similar simple method

3条回答
  •  孤街浪徒
    2020-12-02 11:18

    Android deep linking: Add an intent filter to your manifest

    
    
        
        
        
        
        
        
        
    
    

    https://developer.android.com/training/app-indexing/deep-linking.html

提交回复
热议问题