Android / iOS - Custom URI / Protocol Handling

后端 未结 3 1435
名媛妹妹
名媛妹妹 2020-11-30 17:47

Is there a way to define some kind of handling mechanism in Android and iOS that would allow me to do intercept either of the following:

mya         


        
3条回答
  •  失恋的感觉
    2020-11-30 18:08

    For the second option in your question:

    http://myapp.com/events/3/
    

    There was a new technique introduced with iOS 9, called Universal Links which allows you to intercept links to your website, if they are https://

    https://developer.apple.com/library/content/documentation/General/Conceptual/AppSearch/UniversalLinks.html

提交回复
热议问题