Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SWIFT
- Dependency Injection
- RxSwift
- clean architecture
- binary data to struct
- swift 바이너리 데이터
- deferred deeplink
- 앱출시
- IOS앱개발
- DeepLink
- ios개발
- 앱개발자
- swift 소켓통신
- swift 소켓 데이터
- iOS 아키텍쳐
- 유니버셜링크
- 딥링크
- 사이드프로젝트
- 2024회고
- ios binary data
- mvvm
- 포트폴리오
- swift bytebuffer
- 의존성 주입
- swift-nio
- swift 바이트 버퍼
- SOCKET
- universal link
- ByteBuffer
- 클린아키텍쳐
Archives
- Today
- Total
목록deferred deeplink (1)
hyunn
[iOS] 딥링크(URI Scheme, Universal Link)와 Deferred DeepLink
딥링크(Deep Link)정의DeepLink는 앱의 특정 화면, 기능, 또는 콘텐츠로 직접 이동할 수 있게 해주는 링크이다.종류1. 표준 URL Scheme - 'myapp://' 같은 형식으로 앱 고유의 스킴을 사용2. Universal Links (iOS), App Links (Android) - 웹 URL을 사용하여 앱으로 연결 URL Shceme vs. Universal Links1. 작동 방식 - URL Scheme: 커스텀 프로토콜을 사용하여 앱을 실행 (예: myapp://) - Universal Links: 표준 HTTP/HTTPS URL을 사용 (예: https://www.myapp.com)2. 플랫폼 지원 - URL Scheme: iOS, Android 등 대부분..
iOS
2024. 9. 2. 14:57