Universal Links success call my app from iOS Notes, buf faild when press same link in safari

Hi all,

I’m tring add Universal Link for my app.
I’ve made the settings according to the documentation. document url
But the app didn’t worked as I expect .

I create a link in iOS Notes app. My app was successfuly lunched from background when i press the link,
But when i press the same link from Safari, an alert prompt dialog is showed, My app was lunched when I press ‘ok’ this time. According to the documentation, the prompt dialog shoule NOT display.

Now, I’m confused if the settings of Universal Linking is ok ro not? Or still some bug with expo-linking?

The following is my develop environment:
Expo CLI 3.21.5 environment info:
System:
OS: macOS Mojave 10.14.6
Shell: 5.3 - /bin/zsh
Binaries:
Node: 12.18.0 - ~/.nvm/versions/node/v12.18.0/bin/node
Yarn: 1.21.1 - /usr/local/bin/yarn
npm: 6.14.5 - ~/.nvm/versions/node/v12.18.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.6 AI-192.7142.36.36.6241897
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
npmPackages:
expo: ^37.0.0 => 37.0.12
react: 16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz => 0.61.4
react-navigation: ^4.0.10 => 4.3.9
npmGlobalPackages:
expo-cli: 3.21.5

Problem resloved.
Safari open universal link with a prompt box is because the safari is in ‘private’ mode.
When open safari with normal mode, every thing run as I expect

does the same configuration work for Android too?

I am trying to implement the same on Android but it doesn’t seem to work. May be if you can suggest something. below is my post url.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.