Here's how my AASA file looks like, I wish anybody helps me to find out where's the problem.
{
"applinks": {
"apps": [],
"details": [{
"appID": "1234567890.com.example.app1",
"paths": ["/path1"],
"appIDs": ["1234567890.com.example.app1"],
"components": [{
"/": "/path1"
}]
},
{
"appID": "1234567890.com.example.app2",
"paths": ["/path2/*"],
"appIDs": ["1234567890.com.example.app2"],
"components": [{
"/": "/path2/*"
},
{
"/": "*"
}
]
}
]
},
"appclips": {
"apps": [
"1234567890.com.example.app2.Clip"
]
}
}