I'm trying to setup strong passwords support for an app.
I have a valid JSON file with the correct items:
{
"appLinks": {
"apps": [],
"details": [{}]
},
"webcredentials": {
"apps": [ "<TEAMID>.<BUNDLEID>", "<TEAMID>.<BUNDLEID>" ]
}
}
I've included a ".nojekyll" file to the repo to allow for .folder access. I've validated that with (https://branch.io/resources/aasa-validator).
I've placed the file in /.well-known/apple-app-site-association
I've added the capability to my app and triple checked my TEAM ID and Bundle identifier.
I've also deleted the app from my device and installed and run with and without a debugger attached.
I'm beginning to think GitHub Pages for some reason or another does not support this functionality.
NOTE: my bundleIDs are explicit, meaning instead of "com.company.app", I'm using "app"
Am I right in thinking this?