Post

Replies

Boosts

Views

Activity

Excluding AppClip URL
Hi. Appclips is great! 👍 I have one on production. My question is how do I exclude some urls from the app clips experience based on query params. Is there way to achieve it? For example: The urls that should open by appclip card is: http://example.com http://example.com/any/path/?any_param=any_value But the urls that shouldn't be open by appclip card is http://example.com/any/path/?specific_param=any_value I'm trying unsuccessfully to edit the AASA file. I can't find the full documentation to the format of AASA files 📜. Especially full list of properties of appclips object. Here its my AASA file. I just copy details property from applinks to appclips in hope it help me. 🥺 { 	 "applinks":{ 			"details":[ 				 { 						"appIDs":[ 							 "H36Z8X7ZLM.ru.arproduction.mmrs" 						], 						"components":[ 							 { 									"/":"/project/mmrs/hello/*", 									"comment":"Matches any URL like go.mmrs.me" 							 }, 							 { 									"/":"/project/*", 									"?":{ 										 "ios":"*" 									}, 									"exclude":true, 									"comment":"Matches any URL whose args equals ios and instructs the system not to open it as a universal link" 							 }, 							 { 									"#":"ios", 									"exclude":true, 									"comment":"Matches any URL whose fragment equals ios and instructs the system not to open it as a universal link" 							 } 						] 				 } 			] 	 }, 	 "appclips":{ 			"apps":[ 				 "H36Z8X7ZLM.ru.arproduction.mmrs.Clip" 			], 			"details":[ 				 { 						"appIDs":[ 							 "H36Z8X7ZLM.ru.arproduction.mmrs" 						], 						"components":[ 							 { 									"/":"/project/mmrs/hello/*", 									"comment":"Matches any URL like go.mmrs.me" 							 }, 							 { 									"/":"/project/*", 									"?":{ 										 "ios":"*" 									}, 									"exclude":true, 									"comment":"Matches any URL whose args equals ios and instructs the system not to open it as a universal link" 							 }, 							 { 									"#":"ios", 									"exclude":true, 									"comment":"Matches any URL whose fragment equals ios and instructs the system not to open it as a universal link" 							 } 						] 				 } 			] 	 } }
1
0
789
Oct ’20