Universal link contains fragment

Hi,

I'm having a problem about defining universal link. I have a link like: host/en/booking/#serviceApp/resetPassword.

I added in AASA file bellow:

"applinks": { "apps": [], "details": [ { "appID": "myAppId", "components": [ { "/": "/*/booking/*/resetPassword", "#": "serviceApp" } ] }, ] } } Is it correct? Because I tried to test but it did not work

Thanks!

Replies

Did you find any solution? Case I'm having same issue!

Here is the links i would like to open in my app but its not opening with "#" without # (https://xyz.com/event?openApp=true) its open in my app!

https://xyz.com/web/website/host/#event/1008541114?openApp=true
https://xyz.com/#event?openApp=true

Here is the AASA file content:

{
	"applinks": {
		"details": [{
			"appIDs": [
				"1234.com.app.sports.live",
				"1234.com.app.sports.rc",
			],
			"components": [ {
				"/": "*",
				"?": {
					"openApp": "true"
				},
				"caseSensitive": false
			}]
		}]
	}
}

Note: I also tried adding fragment in component "#": "*"