Ich habe versucht, den Cache zu leeren und meinen Server neu zu erstellen, aber es funktioniert nicht.
Dies ist meine Apple-App-Site-Association-Datei
Code: Select all
{
"applinks": {
"details": [
{
"appIDs": [
"XB5XPLRPRC.com.devfest.bookings", // works
"XB5XPLRPRC.com.devfest.subscription" // does not launch app
],
"paths": ["/*"]
}
]
},
"webcredentials": {
"apps": [
"XB5XPLRPRC.com.devfest.bookings",
"XB5XPLRPRC.com.devfest.subscription"
]
},
"activitycontinuation": {
"apps": [
"XB5XPLRPRC.com.devfest.bookings",
"XB5XPLRPRC.com.devfest.subscription"
]
}
}