Its working on Xcode Version 15.0 (15A240d)
Post
Replies
Boosts
Views
Activity
Did you find any solution? Case I'm having same issue!
Here is the links i would like to open in my app but its not opening with "#" without # (https://xyz.com/event?openApp=true) its open in my app!
https://xyz.com/web/website/host/#event/1008541114?openApp=true
https://xyz.com/#event?openApp=true
Here is the AASA file content:
{
"applinks": {
"details": [{
"appIDs": [
"1234.com.app.sports.live",
"1234.com.app.sports.rc",
],
"components": [ {
"/": "*",
"?": {
"openApp": "true"
},
"caseSensitive": false
}]
}]
}
}
Note: I also tried adding fragment in component "#": "*"