Skip to main content

All Questions

Tagged with
-1 votes
1 answer
953 views

Is it possible to navigate to a certain screen using the universal link in ios using swift

I need to add the in-app events which need to redirect to the Purchase screen. How can I achieve this? Note: I can able to open the app using the universal link. But can't able to open the Purchase ...
sejn's user avatar
  • 2,318
1 vote
1 answer
3k views

How to force to open app by Universal Link in Swift likes iOS Notes app

I run into an issue with Universal Link that once the Universal Link is opened by Safari, it won't able to open by its app. Seem iOS does remember the last app used to open the link. But when I copy ...
Tai Le's user avatar
  • 9,008
1 vote
1 answer
510 views

iOS: universal link cannot pass the test on apple website

I upload apple-app-site-association(AASA) file on my website and trying pass validation test on Apple validator tool, but It return me error: http://example.com is returning 503. Please check your ...
Zuka Gaprindashvili's user avatar
-1 votes
2 answers
887 views

iOS13: Universal Links not opening if the app was not running

We have implemented handling of universal links in our app and I am struggling with the following issues: Universal Links opens when the app is running in the background (working fine) When running ...
Danish Farooq's user avatar