Post

Replies

Boosts

Views

Activity

Reply to Universal link contains fragment
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 "#": "*"
Sep ’23