AppClip - Invalid Entitlement: Missing Section

Hi Everyone, I am trying to get my advanced app clip experience set up but having a world of problems. I have sset up associated domains (for both app and app clip) and an aasa file on the website, with the json validated.

Code Block
appclips:sign.zoho.com
appclips:sign.zoho.eu


and my aasa is:
Code Block language
{
    "appclips": {
        "apps": [
            "TZ824L8Y37.com.zoho.sign.AppClip"
        ]
    },
    "applinks": {
        "apps": [],
        "details": [
            {
                "appID": "TZ824L8Y37.com.zoho.sign",
                "paths": [
                    "*"
                ]
            },
            {
                "appID": "TZ824L8Y37.maccatalyst.com.zoho.sign",
                "paths": [
                    "*"
                ]
            }
        ]
    }
}


When I go to make the app clip experience, no matter how I type the url into the app clip experience url field, i always get: 

This URL is not contained in your app’s associated domains. Update associated domains or use a different URL.

when i select the build it says "Invalid Entitlement: Missing Section"

what am I missing?






hi,

The appclips section should end with .Clip after the app name:

"appclips": {       
"apps": [            "TZ824L8Y37.com.zoho.sign.Clip"        ]   
},
@liazkam one of my friend set his App Clip identifier ends with .appclip and it works fine.
Invalid Entitlement: Missing Section...

Have you enabled the Associated Domains capability for both your app and appclip targets? Is your appclips domain listed in both places?

Code Block
appclips:www.yourdomain.com


hi,

were you able to solve this issue? I'm also experiencing it.

Facing the same issue. Did anyone able to fix this ?

AppClip - Invalid Entitlement: Missing Section
 
 
Q