Skip to main content

All Questions

0 votes
0 answers
26 views

iOS universal links not working for new bundle identifier

Currently universal links are working for our production app identifier(com.dubizzle.dubizzlehorizontal), so we've introduced a new bundle identifier for beta environments in app. Surprisingly the ...
rao usama's user avatar
1 vote
1 answer
232 views

iOS App Clip Not Launching with Universal Link in SwiftUI

Description: I am developing an iOS App Clip using SwiftUI and am encountering an issue where the App Clip does not launch when clicking a Universal Link. Below are the key details of my setup and ...
lcolli71's user avatar
2 votes
0 answers
264 views

Universal Link passes Apple validation (but doesn't work)

I have been trying to set up Universal Links in my iOS app, but I'm encountering an issue where the app doesn't open when the Universal Link is tapped. Here are the steps I've taken so far: Hosted an ...
earth's user avatar
  • 21
6 votes
0 answers
2k views

iOS Universal link navigate to required screen after installing app from Appstore in swift

I am sending an universal link to other user through email or SMS. When the user clicks on the link, I want the following to happen: If the user does not have my app installed, the link should open ...
Vignesh's user avatar
  • 630
1 vote
0 answers
318 views

Universal link data not working on Flutter iOS release

I am building a feature where users who don't have my app but want to add someone to their friends list can follow a Firebase dynamic link to install the app and sign up. Once the user signs up, data ...
Evan Herchek's user avatar
3 votes
0 answers
788 views

iOS trigger Universal Link using openURL within the app

I want to trigger a Universal Link using UIApplication.shared.open(url: ) but it always opens the browser. I have this URL https://example.com/path and I followed all the steps to use it as an ...
Martin's user avatar
  • 31
0 votes
0 answers
187 views

How to setup associate domain for iOS app where its allows open link with # value

There is one link for email authentication. So link from my specified domain have emailAuth value than its should be open in app else it should be open in browser. But issue is If link have # value ...
Shreyank's user avatar
  • 1,549
1 vote
1 answer
1k views

React Native - IOS Universal Linking Issue

I followed all the steps and it works for android but not for IOS. I can't understand whats the issue here. We were using deep linking before with dynamic links of firebase, then we wanted to add ...
Berke's user avatar
  • 730
0 votes
2 answers
624 views

Universal links not working correctly in IOS App - Not opening the correct page

I have an IOS App that requires a member login. I've set up a separate page for new members to log in. When I email them to confirm their new account, I want the link in the email to go to the login ...
Charlie's user avatar
  • 21
0 votes
0 answers
552 views

In IOS App, I can't get the link entered in Associated Domains to open from Safari. It opens to home page

I cannot get the correct url to open from Safari when it prompts me to go to the app. I have my app configured to the home page with WKWebView, and the universal link I set up in Associated Domains is ...
Charlie's user avatar
  • 21
0 votes
1 answer
912 views

Xcode 13 Universal Links for both iOS 13+ and 12

I have an app that supports a min. of iOS 9. But, I am thinking to support min. iOS 12 (I know the best practice is to support min n-2 already) In this app, I don't have SceneDelegate but only have ...
Emre Değirmenci's user avatar
1 vote
0 answers
180 views

App Search API Validation Tool fails to find Link to Application (Universal Links)

I'm trying to set up Universal Links for my app. It doesn't matter what domain I use or where I store my apple-app-site-association file (root or .well-known directory), the validation tool shows the ...
netsplatter's user avatar
0 votes
1 answer
71 views

Universal links deep linking not working for certain links

Our app has enabled deeplinking using universal links This is what the AASA file on the server looks like { "applinks": { "apps": [], "details": [{ ...
Aatish Molasi's user avatar
0 votes
1 answer
84 views

Universal link not opening app even with valid files

I am trying to open a app when universal link has been clicked . { "applinks": { "apps": [], "details": [ { "appID&...
Kishore Kumar's user avatar
0 votes
1 answer
62 views

Swift Universal Links no longer working app is not showing up

I set up Universal Links in my app and when testing it a month ago it was working perfectly fine. I published my app last week in the App-Store and wanted to add Universal-Links today but they are no ...
Chris's user avatar
  • 2,101

15 30 50 per page