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 "#": "*"
Topic: App & System Services SubTopic: General Tags:
Sep ’23
Reply to iOS17 - Setting FocusState to false via Button is not working
Its working on Xcode Version 15.0 (15A240d)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
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 "#": "*"
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23