iOS 通用链接 apple-app-site-association File Mix 2 Signatures For Same App
iOS Universal Links apple-app-site-association File Mix 2 Signatures For Same App
我在应用商店中有一个使用 UniversalLinks
的应用我也希望能够测试开发中的功能。
是否可以让 apple-app-site-association
文件具有两个签名?
{
"applinks": {
"apps": [ ],
"details": [
{
"appID": "XXXXXXXXXX.EP.myCompany.client",
"paths": [
"*", "/"
]
},
{
"appID": "XXXXXXXXXX.com.myCompany.client",
"paths": [
"*", "/"
]
}
]
}
}
是的,你可以。
查看其他人的示例,了解 AASA 的格式。喜欢https://facebook.com/apple-app-site-association or https://amazon.com/apple-app-site-association
我在应用商店中有一个使用 UniversalLinks
的应用我也希望能够测试开发中的功能。
是否可以让 apple-app-site-association
文件具有两个签名?
{
"applinks": {
"apps": [ ],
"details": [
{
"appID": "XXXXXXXXXX.EP.myCompany.client",
"paths": [
"*", "/"
]
},
{
"appID": "XXXXXXXXXX.com.myCompany.client",
"paths": [
"*", "/"
]
}
]
}
}
是的,你可以。 查看其他人的示例,了解 AASA 的格式。喜欢https://facebook.com/apple-app-site-association or https://amazon.com/apple-app-site-association