
2019-10-21 09:28
iOS Universal Link server side set up
1. apple-app-site-association
a. build a file named apple-app-site-association
for iOS, And put it into following dirs:
- $root/
- $root/.well-known/
https://www.bilingo.com/apple-app-site-association
https://www.bilingo.com/.well-known/apple-app-site-association
https://test.links123.net/apple-app-site-association
https://test.links123.net/.well-known/apple-app-site-association
b. Requirements
- must be no redirects
- host must over https
c. file content sample
{
"applinks": {
"apps": [],
"details": [
{
"appID": "<TEAM_IDENTIFIER>.com.awesome.app",
"paths": [
"/*/localized/wildcard/route/*",
"/wildcard/route/*",
"/*/localized/route",
"/static/route"
]
}
]
}
}
2. itunes connect
a. Create/modify the provisioning profile to allow associated domains.
Android Deep Link && App Link server side set up
1. assetlinks.json
a. build a file named assetlinks.json
for Android
- https://developers.google.com/digital-asset-links/tools/generator
通过命令keytool -list -v -keystore links123.jks
获取SHA256
分别给 test.links123.net 和 www.bilingo.com 生成Statement 拷贝到assetlinks.json中
b. put it into following dirs:
评论(1)

通过微信支付开发后,已经完成测试了universalLink