Skip to main content

All Questions

Tagged with
0 votes
1 answer
133 views

How do I get the Universal Link to redirect to my Capacitor iOS app? SWCErrorDomain error 8

I'm running my Capacitor app on my iPad on Developer mode and I haven't been able to get the Universal Link working. https://my-domain.com//.well-known/apple-app-site-association in browser and via ...
moonjelly's user avatar
0 votes
0 answers
127 views

deep link not supported with all apps

I set up deep links to my app Android AndroidManifest.xml <intent-filter android:autoVerify="true"> <action android:name="android.intent.action.VIEW"/> ...
Ajouve's user avatar
  • 10.1k
-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
4 votes
2 answers
5k views

iOS Universal link not working in react-native iOS

Hi I know this question being asked before still I cannot figure out what am doing wrong. Added apple-app-site-association file in our server under https://ourserver.com/.well-known/apple-app-site-...
suja's user avatar
  • 1,268
2 votes
1 answer
650 views

rewrite file's MIME-Type in .htaccess isn't working

I want to upload an AASA (apple-app-site-association). The problem I'm having is that I can't set the MIME-Type. I placed the file in the root / and the .well-known folder without an extension. After ...
thunermay's user avatar
  • 356
-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
1 vote
1 answer
3k views

Firebase DeepLink does not work on Killed/Terminated App state in iOS14

I have integrated the Firebase DeepLink/DynamicLinks/UniversalLink into our app. When the app is running or in background/foreground state, Deep Links works with no problem. However, when the app is ...
eNeF's user avatar
  • 3,280