UMSocialGlobal.shareInstance()?.isUsingHttpsWhenShareContent = false
UMSocialGlobal.shareInstance()?.universalLinkDic = [UMSocialPlatformType.wechatSession.rawValue: "https://h5.renminyixue.com/h5/", UMSocialPlatformType.QQ.rawValue: "https://h5.renminyixue.com/qq_conn/1106246205"]
創(chuàng)建apple-app-site-association的json文件,內(nèi)容如下:
{
"applinks": {
"apps": [],
"details": [{
"appID": "Q226EAUD33.zhengren.PopularMedicine",
"paths": ["/h5/*","/qq_conn/1106246205/*"]
}]
}
}
如果universal link設(shè)置為:https://h5.renminyixue.com/ 即官網(wǎng)地址后加/的話,apple-app-site-association文件中paths配置為:["*"]即可
創(chuàng)建apple-app-site-association文件記得不要有json后綴,且放在官網(wǎng)根母錄下,下載地址https://h5.renminyixue.com/apple-app-site-association,也需要有沒有json后綴就能訪問