Skip to main content

All Questions

0 votes
0 answers
457 views

How to display at the top of a Smart banner for Universal Links in Safari

Implemented Universal link of IOS with iPhone and iPad. My app runs the app by accessing a specific URL in the safari browser. When accessing a specific URL, a Smart banner appears at the top of the ...
Jungwon's user avatar
  • 940
1 vote
2 answers
305 views

Universal link problem when using http protocol

I know that in Apple docs, they say this: After you construct the association file, place it in your site’s .well-known directory. The file’s URL should match the following format: https:///.well-...
Whirlwind's user avatar
  • 13.8k
2 votes
1 answer
342 views

Universal Links - Cordova iOS application

I've trying to achieve universal linking for one of my apps. I've referred to almost all the tickets in stackoverflow but still couldn't make it work for some reason. Below is the process I'm ...
Mohan Reddy's user avatar
4 votes
0 answers
321 views

Does iOS universal link can forward to App at first time user install app?

I want to make my app automatic get ref code from Universal link at the first time install app from Appstore and click Open from AppStore. Can I do it in this case ? Here is my use case: I'm using ...
Tho Bui Ngoc's user avatar
-3 votes
1 answer
455 views

How I can write this method in Objective-C - (application: continue userActivity: restorationHandler:)?

I am implementing Universal links in my Objective-C app. Please, help me to translate this Swift method into Objective-C: func application(_ application: UIApplication, continue ...
Philalex's user avatar
4 votes
1 answer
1k views

iOS Universal links : Tapping universal link inside the Application redirects me to safari instead of continuing in the application

I am using third party SDK which internally calls UIApplication.shared.OpenUrl to open a universal link within the application. But instead of getting call-back in application:(UIApplication *)...
Manoj's user avatar
  • 1,059
0 votes
0 answers
272 views

Deep link not redirect properly when app already installed in iOS 13

I have use deep link for confirm email in my application. I have manage URL scheme for app open. I have sent confirmation email on user registration. When user click on link mention in that ...
Yogendra Patel's user avatar
5 votes
0 answers
1k views

How to prevent deep link loop (opening the mobile app again) from a browser redirect?

We have a mobile app and a web site. Users get emails with links to the pages in the web site. We use iOS universal linking and Android app linking to associate the mobile app with the web site. Lets ...
malwatte's user avatar
  • 477
4 votes
2 answers
2k views

Universal Links work in simulator but not on real devices

I added the apple-app-site-association: <domain>/.well-known/apple-app-site-association I started with the "applinks" and when that didn't work I also added webcredentials and ...
Ruslan Fligel's user avatar
0 votes
2 answers
2k views

iOS Universal Links (on Debug) not working?

I'm attempting to check the parsing of a Universal Link on an app I'm working on from within xcode debugger. I have everything working fine for some Universal links on the release build, but I want to ...
David van Dugteren's user avatar
0 votes
0 answers
294 views

How to prevent universal link in `UIWebView`

How to prevent universal link in UIWebView,WKWebViewi know how to prevent,but UIWebView can prevent universal link?
Medivh.xiong's user avatar
0 votes
1 answer
140 views

iOS Universal Links fails to Open the App

4 months ago we used to have Universal Links enabled and it was all good. But we have decided to black-list paths instead of white-listing them. So we have replace the paths with NOT /path/*. After ...
Ashraf Tawfeeq's user avatar
1 vote
1 answer
713 views

Universal Link open only base URL

is it possible to set a path in the "paths" array inside the apple-app-site-association file that will open only the original domain in the application? for example, if my domain is https://www....
Raz Maimon's user avatar
1 vote
1 answer
2k views

continueUserActivity method not get called if app running in background

I am working on a big project written in Objective C and stuck in iOS Universal Link process. Universal Link works fine if the app is not running in the background, called continueUserActivity method ...
Shariif Islam's user avatar
3 votes
1 answer
347 views

Firebase and Universal Links collision

I have an app that uses Firebase Remote Config and also it supports Universal Links. When I configure Firebase in application:didFinishLaunchingWithOptions: with this line of code [FIRApp configure] ...
Ivan's user avatar
  • 274

15 30 50 per page