iOS Universal Links with wildcards working stoped

I have implemented Universal Links using Xcode version 10.x.x and it's was working fine with wildcards. but after a few times it's stopped working. I don't know what is the reason for stopping.
Code Block
applinks:*.mydomain.com -> Does not work

Code Block
applinks:demo.mydomain.com -> work fine

My AASA config file
Code Block {
"applinks":{
"apps":[
],
"details":[
{
"appID":"ABCDE12345.com.example.app",
"paths":[
"/tickets/*"
]
}
]
}
}

Please tell me why stopped working with wildcards?? what needs to be changed??

@Dharmraj Did you find a solution? I have the same problem

iOS Universal Links with wildcards working stoped
 
 
Q