Skip to main content

All Questions

2 votes
0 answers
62 views

What configuration to open App Store with Universal Link

I'm creating a Universal Link for my application. We created a site in next js and configured the files correctly apple-app-site-association file: https://rune-links-webapp.vercel.app/.well-known/...
Marco Brugali's user avatar
2 votes
1 answer
1k views

Deep Linking in iOS - Navigate to Apple Store if app not installed (Flutter)

I followed the steps in this https://docs.flutter.dev/cookbook/navigation/set-up-universal-links to implement universal links and created a link that I published to the App Store. However, when I ...
Aleksandar Djordjevic's user avatar
0 votes
0 answers
779 views

Flutter App links and universal links are now working?

I am learning flutter and want to apply the app links and universal links functionality in the app but wondering some issues. I want to implement this functionality with the help of my domain. I want ...
Rakesh Saini's user avatar
0 votes
0 answers
367 views

iOS/Android Deep Linking from Mail/Website

My use case is as follows: I send an email to a user of mine with a link to the iOS/Android apps of us. Is there a possibility to enhance the links to these apps with an argument like userId=123 which ...
gabac's user avatar
  • 2,078
1 vote
1 answer
123 views

Store rejection because of universal link

I submitted my app to Apple for review. When they try to use a universal link it opens in Safari on their iPad instead of in the app. We tried the exact same steps they did on multiple iPhones and ...
vixez's user avatar
  • 846
5 votes
2 answers
2k views

How to format and serve an apple-app-site-association file correctly

I'm trying to set up an apple-app-site-association file for several apps that share a common set of paths. There are two sets of documentation from Apple that conflict. Firstly, this doc says that ...
Synchro's user avatar
  • 37k
2 votes
0 answers
369 views

App developers: Invalidate privisiong profiles when add/remove App Capabilities

My application it's already published on the App store. I need to add "Associate Domains" to capabilities so I can use Universal Links in my app. If I save the edit of the capabilities list, ...
JEricaM's user avatar
  • 824
0 votes
1 answer
592 views

Universal Links Keep Redirecting to App Store

We are trying to integrate Universal Links feature in our app. We have an associated domain and put AASA file to server. However, when we install the app on iOS device and navigate to the url we are ...
CadenJoe's user avatar
4 votes
2 answers
4k views

Url format for App Store and Google Play to install app with deep link

Prerequesits: I've already implemented deep linking and universal linking, everything works great. Here is what I need: I'm sharing with you a url that looks like that: https://play.google.com/store/...
stkvtflw's user avatar
  • 13.1k
2 votes
0 answers
242 views

Link that pass parameter values to app / play store download

I need to create a link that will open on App Store for iOS and on Play Store for Android. This link will also have a parameter that I need to get in case the user downloads the app. I know this can ...
Gustavo Vollbrecht's user avatar
0 votes
1 answer
774 views

Apple-app-site-association file fails to download for certain users

A few of our users never seem to download the apple-app-site-association file no matter how many times they delete and reinstall the app. Redirecting through universal links is essential for our sign ...
tannart's user avatar
  • 285
1 vote
0 answers
34 views

Do Universal Links provide benefits to a custom UIDocument? (Exported UTI)

I'm creating a new UIDocument and think it would be beneficial for these theoretical use cases: The OS should ensure that my app is the "owner" (no one should claim this type other than external UTI) ...
makerofthings7's user avatar
4 votes
1 answer
1k views

What happens when I enable associated domains for my iOS app ID?

I am trying to enable universal links for my existing app. It seems I have to enable associated domains to do that. The dialog sounds pretty scary as I am still not very versed in these iOS ...
Vlad's user avatar
  • 8,138
0 votes
1 answer
429 views

Universal Links iOS 9 - Issue

I have implemented Universal links in iOS app. It works perfectly when I put the url in external app such as "Notes" and then tap it. It opens the app. What I want to achieve is that when someone ...
shujaat's user avatar
  • 383