Posts

Post not yet marked as solved
0 Replies
410 Views
Universal link not working and not returning to the app on some devices with same iOS version. Added LSApplicationQueriesSchemes names like below but nothing is changed. <key>LSApplicationQueriesSchemes</key>   <array>     <string>https</string>     <string>googlechrome</string>     <string>googlechromes</string>     <string>firefox</string>     <string>opera</string>     <string>opera-http</string>     <string>opera-https</string>   </array> How can I force url to open with only Safari? Any configuration with UIApplication.OpenExternalURLOptionsKey? or Can urls be opened with safari's url scheme like safari://<domain>? or Is my AASA file is suitable for universal link from default browser except safari? { "applinks":{ "apps":[ "WS5XXXXXX9.<bundle-identifier>" ], "details":[ { "appID":"WS5XXXXXX9.<bundle-identifier>", "paths":[ "/m/*" ] } ] } }
Posted Last updated
.