iOS 앱 Firebase 딥링크 연동
2021. 8. 23. 02:00ㆍ아이폰 개발
Firebase 공식 문서에는 Xcode 화면을 캡쳐 없이 말로만 설명을 하니 바로 이해가 안되는 부분이 있다.
https://firebase.google.com/docs/dynamic-links/ios/receive?hl=ko
iOS에서 동적 링크 수신 | Firebase
생성한 Firebase 동적 링크를 수신하려면 앱에 동적 링크 SDK를 포함하고 앱이 로드될 때 handleUniversalLink: 및 dynamicLinkFromCustomSchemeURL: 메서드를 호출하여 동적 링크로 전달된 데이터를 가져와야 합니
firebase.google.com
https://www.donnywals.com/handling-deeplinks-in-your-app/
Handling deeplinks in your app – Donny Wals
Deeplink functionality is something a lot of apps need but it’s not always easy to get started with adding deeplinks for your app. This article should help you get started.
www.donnywals.com
https://swieeft.github.io/2020/09/02/DynamicLinkGetQueryData.html