Hi all,
We're dealing with issues about this topic for a week and after doing everything we read, still we cannot figure out what's wrong. In advanced app clip experience page, we type
https://ourwebsite.com
and then we get:
This URL is not contained in your app’s associated domains. Update associated domains or use a different URL.
Our bundle id in the same page is selected in the form of com.company.appname.Clip with our app image and it's the only one.
In order to fix this, here's what we tried after reading here and other posts:
1-) We updated our AASA file two days ago, this is the result from Postman and checked with jsonlint:
{
"applinks": {
"apps": [],
"details": [{
"appID": "ABCDEF1G23.com.company.appname",
"paths": ["*"]
}]
},
"appclips": {
"apps": ["ABCDEF1G23.com.company.appname.Clip"]
}
}
Nothing changed after this, we still receive this error.
2-) To Xcode, we added:
applinks:ourwebsite.com
applinks:companyname.page.link
appclips:ourwebsite.com
in main target and
appclips:ourwebsite.com
in app clip target under associated domains.
What's more interesting here is, when we check domain status under build section, along with HAS APP CLIP : YES, it says "1 invalid domain" with a red cross under DOMAIN STATUS part. When we click view status, under cache and debug status columns it says "Insecure Redirects Forbidden".
It has been two days and no change... Any ideas, especially about last one? @rynning @liazkam
Thanks in advance.
Topic:
App & System Services
SubTopic:
General
Tags: