Questions tagged [associated-domains]

39 questions
1
vote
1 answer

How can I exclude specific html pages in an AASA File for universal links?

Is there a way to exclude specific html pages in AASA File? For example this is the URL which I do not want to open via App: https://example.com/test.html?type=asdf&code=X12345&language=de-DE but I want to open for example the following urls via…
1
vote
1 answer

Configure associated domain from .xcconfig

I have an app with multiple schemes, where I want to have a different associated domain for each scheme. I have the following .entitlements file:
Martin Fink
  • 1,746
  • 3
  • 16
  • 32
1
vote
0 answers

Angular 4 website - how we use apple-app-site-association

I have created file like apple-app-site-association and move the file to www folder and try access this file from url for universal linking, it always show not found and online validator shows the error. { “applinks”: { “apps”: [], …
1
vote
2 answers

APPLE APP SITE ASSOCIATION (AASA) Troubleshooting - iOS - Wordpress hosted site

I'm trying to set up AASA for my app and am testing on a Wordpress hosted site (https://toycollectorapp.com) I have uploaded the AASA file to the .well-known directory and added an .htaccess file so that Wordpress will apply the mime/JSON type to…
1
vote
0 answers

Can see App Clips banner only when app is installed

I can see App Clips banner only when app is installed. But see nothing when isn't installed. My .well-known/apple-app-site-association file: "applinks": { "apps": [], "details": [ { "appID": …
1
vote
0 answers

apple-app-site-association correct configuration

I am trying to implement an associated domain for an app I'm working on. So far, I have: Enabled the Associated Domains capability of the app Added all required domains with applinks:www.domain.com added an apple-app-site-association file to the…
Joris416
  • 4,751
  • 5
  • 32
  • 59
1
vote
0 answers

iOS 12 autofill password stored to wrong associated domain

I have two variants of my iOS 12 app, each associated with a different domain (association works fine as checked via swcd in Console.app). The app with Bundle ID com.company.baseName.dev1 is successfully associated with dev1.example.com. The app…
MFL
  • 69
  • 1
  • 8
1
vote
1 answer

Unreal Engine / IOS - Associated Domains / Universal links

Was wondering how to set up IOS Universal Links / Associated Domains in Unreal Engine. Basically we have two apps, one an older app built in IOS native/Xcode and a new side app showing off some new features/marketing that was built in Unreal…
1
vote
1 answer

Universal link does not work. Link validator tool displays error:Error no apps associated with url

I followed all the steps for adding universal link support for an app. But the option to open the app is never displayed. The server hosts apple-app-site-association file with the following contents: { "applinks": { "apps": [], …
0
votes
1 answer

Invoke appClip from specific URL endpoint

we've configure Associated Domain with appclips: in app and AASA file at that domain. configure meta tag as well for Card display. App clip card is working fine. now question is, can we make it as it will display only at some specific URL…
0
votes
0 answers

what are the steps for adding and apple associated domain file to my website for password autofill?

What steps do I need to take other than adding the file to my website in the .well-known directory and adding the entitlement in my app? Does my server need to code sign my apple app entitlement file for password autofill in my iOS app? I saw an old…
0
votes
0 answers

associated-domains has a conflict with com.apple.developer.web-browser setting

I created an application with the com.apple.developer.web-browser (set default browser) function, but when I want to add the Universal link function to this application, I found that the Universal link function is invalid. I searched for this…
0
votes
0 answers

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 https://webdomain/#/emailAuth/ then…
Shreyank
  • 1,549
  • 13
  • 24
0
votes
0 answers

How to show autofill suggestion without managed shared credentials? React native IOS

I have this task that need to show the suggested username & password on my app. something like this that I found [credits to this site] https://brainsandbeards.com/blog/quick-change-that-helps-ios-users-sign-in-quicker or something like this Other…
0
votes
0 answers

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 the login page. In the Associated Domains…