Repository for practice about iOS universal link and Android app link in React-Native.
With universal links, you can redirect user to your installed application when tap link (ex. www.exmple.com). If application is not installed, it go to browser instead.
- Open simulator.
- Run command to open link
- for iOS type
xcrun simctl openurl booted https://ducker.netlify.com
in terminal. - for Android type
adb shell am start -W -a android.intent.action.VIEW -d "https://ducker.netlify.com"
in terminal.
- for iOS type
- If ducker app installed, it go to installed app. If not, it go to https://ducker.netlify.com
บันทึกการใช้งาน iOS Universal Links และ Android App Links บน React Native