Skip to main content

All Questions

1 vote
1 answer
136 views

Exclude rule not working in apple-app-site-association file for URLs containing `#` sign

I'm facing an issue with deep links in iOS. I have a URL that needs to be excluded, and it includes a # sign, for example, https://www.someurl.com/#/register. I've tried excluding this path in the ...
serhanaksut's user avatar
0 votes
0 answers
31 views

Can I host the AASA file on heroku without the possibility of naked domains?

Since its not possible to have naked domains with heroku (in combination with godaddy), I can only forward my example.com to www.example.com. Now when I check the validity of the AASA in branch.io/...
learncode's user avatar
  • 490
0 votes
1 answer
400 views

Exclude all paths except specific apple-app-site-association

I need to make app responsible only for specific paths and all other paths are excluded. I'm trying to make apple-app-site-association config the next way, but no luck { "applinks": { ...
Miralas's user avatar
  • 21
0 votes
0 answers
96 views

How to add ios apple-app-site-association

hi everyone~May i ask a question about setting apple-app-site-association. I want to not open this example.com/getName?id=123&num=4 and queryitem is dynamic but it still open from the app. How can ...
郝羿俊's user avatar
2 votes
0 answers
329 views

Universal link doesn't work preperly in Instagram webview

I implemented a universal link for app and it works properly when I call it from Apple Notes, slack and etc, but it can't open the app when it is called from a link in Instagram, what should I do? the ...
mohsen's user avatar
  • 4,920
6 votes
2 answers
10k views

Apple app site association subdomain setup

Let's try to make an example that would make most sense to explain my problem. Let's say I have my app available on example.com and also created few universal links like example.com/application that ...
vukojevicf's user avatar
0 votes
1 answer
558 views

Apple app site association - bad JSON content

The Apple-app-site association is failing. Haven't found a solution yet. I checked for valid JSON in the JSON validator which says -valid JSON But it doesn't redirect to the app. I have hosted The ...
Sukesh's user avatar
  • 177
1 vote
2 answers
544 views

iOS universal links only opens app if "path" has a specific syntax with regards to linebreaks and spaces

im trying to set up universal links in a react-native project, thought this part shouldt have anything to do with react-native. i have uploaded the file correctly at: example.com/.well-known/apple-app-...
hndvf's user avatar
  • 141
2 votes
0 answers
629 views

apple-app-site-association universal link path format for wild card

Can I add the following wildcard to my apple-app-site-association file? "trails*" It is not specified here: https://developer.apple.com/library/archive/documentation/General/Conceptual/...
MadMac's user avatar
  • 4,609
1 vote
1 answer
2k views

How to specify paths for different components in Apple-app-site-association

I have a list of deeplinks that don't require a path. However, only one specific component requires a path. How do I format this? "applinks": { "details": [ { ...
Mocha's user avatar
  • 2,215
1 vote
1 answer
1k views

|Xamarin| Universal links not working: I cant open iOS app via a https url, what is wrong with my configuration/setup?

I am developing an app with xamarin. And i cant get the iOS app to open via a link (universal links) in safari or from the email client. Can someone tell me what i am possibly doing wrong? I am using: ...
nick's user avatar
  • 11
62 votes
4 answers
16k views

apple-app-site-association file is not fetched from server but cached at apple?

We have universal links working for a long time now. Today I added a path to the AASA file (let's call it sub2). The path was not recognised by the app, even after reinstalling it. When I debugged I ...
S. Roose's user avatar
  • 1,557
0 votes
1 answer
1k views

Error 404 domain/.well-known/apple-app-site-association

I am getting a 404 error when loading my apple-app-site-association and I have no idea why... Here's how my file looks like: { "applinks": { "apps": [], "details&...
Esteban Chornet's user avatar
1 vote
1 answer
1k views

App Association File Not Being Downloaded For Some Domains

Universal links into our app currently only works on URL's into our demo and staging environments but not our Production one. So for instance, a link into https://app.myCompany.com/events/1 doesn't ...
btrickery's user avatar
1 vote
0 answers
275 views

React Native iOS Universal Links - Error cannot fetch app site association

Why am I getting this error? Universal linking works fine and opens the app: When tapping on a result link on Chrome/Safari. Via Message app and other social media apps. But when I try to validate ...
Yeshan Jay's user avatar
  • 1,413

15 30 50 per page