App Clips is not presenting the App Clip card.

I used the Apple's source code in order to try the feature and created a web-site on heroku and added AASA file under the /public folder.

After that I archived the app with development distribution and installed it using Xcode Devices & Simulator section. Then I also added local experiences on real device adding my app url prefix (fe. heroku-app-124.herokuapp.com) and App Clip's bundle id.

But whatever I tried I couldn't get it working. Below I share my AASA file.

Code Block {
"appclips": {
"apps": ["TEAMID.com.company.AppClip-Sample.Clip"]
}
}


Also in Xcode It's been added the herokuapp URL like below

Code Block
appclips:app-sample-01031.herokuapp.com



Take a look at https://developer.apple.com/forums/thread/660968

Due to a bug, you can only have top level associated domains.
I don't quite understand @rynning Isn't that herokuapp url is valid?
Where is your AASA file located? It does not appear to be at the expected location:
Code Block
herokuapp.com/.well-known/apple-app-site-association

Please see Supporting Associated Domains for information how to setup associated domains.
App Clips is not presenting the App Clip card.
 
 
Q