Hi Everyone, I am trying to get my advanced app clip experience set up but having a world of problems. I have 2 apps, both have associated domains set up (for both app and app clip) and both have an aasa file on the website, with the json validated. Followed the instructions of the wwdc presentation to the letter. My associated domains read like this:
and my aasa reads like this:
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.
I thought I had this set up right...what am I missing?
Code Block appclips:qktp.in appclips:qktp.in/c
and my aasa reads like this:
Code Block { "appclips": { "apps": [ "123456789.com.mycompanyname.myapp" ] } }
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.
I thought I had this set up right...what am I missing?
So here's what I had to do:
1) make sure the identifier in your aasa file is the one from the activity section from @rynning's comment and not the apple ID from the app information/general section of your app store listing, and
2) the aasa app itself needs to end in .Clip, and reference the app clip itself and not the main app...
Thanks for your help @rynning and @liazkam!
1) make sure the identifier in your aasa file is the one from the activity section from @rynning's comment and not the apple ID from the app information/general section of your app store listing, and
2) the aasa app itself needs to end in .Clip, and reference the app clip itself and not the main app...
Thanks for your help @rynning and @liazkam!