Questions tagged [associated-domains]
39 questions
35
votes
5 answers
iOS Associated Domains (Universal Links) with Wildcards not working
In an iOS app I am working on I have setup Associated Domains (Universal Links). The app hosts multiple domains. Some domains I have set up with a wildcard. These domains do not seem to work. For example, I want to link to…

Bocaxica
- 3,911
- 3
- 37
- 54
22
votes
3 answers
How to register Associated Domains with Xcode 11?
I've been trying to add Associated Domains capability to my App but can't find it using Xcode 11. Has this feature disabled upon version 11?

ademarizu
- 845
- 1
- 8
- 18
14
votes
1 answer
Specific associated domains for multiple targets in the Xcode project
I have several targets in Xcode. Everytime I change the domains in the target`s setting:
Targets - Target name - Capabilities - Associated Domains
then this change is propagated also to the setting of the other targets.
To me it seems like a bug in…

Vladimír Slavík
- 1,727
- 1
- 21
- 31
10
votes
2 answers
Adding Associated Domains Entitlement For a Flutter App
I need to add Associated Domains Entitlement to my Flutter app, so I can implement App Links.
I use the uni_links plugin which works well for Android. I've added a ios/Runner/Runner.entitlements file as described, but it doesn't work. Apple official…

shaharsol
- 991
- 2
- 10
- 31
6
votes
2 answers
iOS Associated Domains - subdomains seems to be ignored
I have two build configurations: App and App Stage.
Each configuration has different Associated Domains configured: app.mydomain.com and app-stage.mydomain.com.
Of course, each website exposes different apple-app-site-association files:…

KlimczakM
- 12,576
- 11
- 64
- 83
5
votes
1 answer
Apple Associated Domains and Shared Web Credentials
For authentication in my iOS application, I want to use the Apple Shared Web Credentials feature.
I have put an associated domain file on my website. This file is accessible under the path…

Christoph
- 1,113
- 5
- 17
- 35
4
votes
1 answer
What's the role of callbackURLScheme in ASWebAuthenticationSession/SFAuthenticationSession?
I am quite surprise I can't fine any more or less clear explanation of how exactly the logic with callbackURLScheme (incl. completionHandler) works.
Yes, in general, it's kind of clear that it has something with the url schema, which can be…

Agat
- 4,577
- 2
- 34
- 62
3
votes
2 answers
Save Password Alert does not appear in Swift
I want this alert to appear when the user logs in to my application.
I made this tutorial for this. iOS 12 Password Tools: Improving User Security and Experience
Also I have look this topic. And using this code in my LoginViewController.swift in…

Hilalkah
- 945
- 15
- 37
3
votes
1 answer
Universal links: how to go back programmatically?
I have a first iOS native app (let's say the "caller app") that opens a second one (let's say "callee app") with an URL of the form https://calleeapp.com (Universal Link). I want the user to perform some task in the "callee app", and when finished…

AppsDev
- 12,319
- 23
- 93
- 186
3
votes
2 answers
Managing cookies for a domain in Associated Domains
Using NSHTTPCookieStorage i want to read and set the global cookies also used by Safari for an Associated Domain linked with the app
However the docu on Associated Domains is quite sparse and i found only docu for the shared…

Peter Lapisu
- 19,915
- 16
- 123
- 179
2
votes
0 answers
Access Safari and Chrome cookies for associated domains in iOS app
I have website hosted on domain that is associated with iOS mobile app.
Inside mobile app I want to access cookies from this website, which are stored in Chrome and Safari browsers on iPhone.
Is it even possible? And how it can be done?
If I can’t…

moonvader
- 19,761
- 18
- 67
- 116
2
votes
1 answer
Setting up Dynamic Links in Firebase with Wordpress site
I am really struggling here... All I actually want to achieve is that I can get the Generate-Strong-Password function inside my app but that is actually harder than I thought.
I learned that I should go with Firebase Dynamic Links because I have a…

Chris
- 1,828
- 6
- 40
- 108
1
vote
0 answers
AppClip: Associated Domains -> Invalid Entitlement: Missing Section
I'm trying to setup an appclip in my app. I've added the associated domains to both the main target and the appclip target
appclips:mysite.com
I've added to the AASA file
"appclips": {
"apps": [
…

AppDever
- 687
- 1
- 7
- 17
1
vote
0 answers
iOS Deep Linking from Twitter/Instagram
We implemented deep linking for user generated content on our app, and from the browser or notes app works perfectly well. I have my associated domains set up for our website.
How our deep linking works is like this: You click a link to a post on…

tHatpart
- 1,302
- 3
- 12
- 27
1
vote
0 answers
iOS associated domain for universal links
I recently uploaded a new version of my app to the app store - its live now. However in my Xcode project I forgot to add my Associated Domains in my entitlements to enable Universal Links. I have now added it to my project, but does this mean I…

rolinger
- 2,787
- 1
- 31
- 53