2023年6月照著上面的配置整了,但就是不生效,搞了好久,服務(wù)器那邊也改了又改,最終發(fā)現(xiàn)是配置更改了,不使用paths,使用components了
{
"applinks": {
"apps": [],
"details": [
{
"appIDs": [
"LM29897WJX.com.buildyou.SmartAssistant"
],
"components": [
{
"/": "/app/smart_assistant/*",
"comment": "Matches any URL whose path starts with /stock/"
}
]
}
]
}
}
這樣就能跳了
iOS Universal Link(通用鏈接)iOS 9之前,一直使用的是URL Schemes技術(shù)來從外部對App進行跳轉(zhuǎn),但是iOS系統(tǒng)中進行URL Schemes跳轉(zhuǎn)的時候如果沒有安裝App,會提示Cannot o...