
APNs(Apple Push Notification Service)를 이용해 Push Notification을 보내는 방식 장점 앱에서 특정 조건을 만족하지 않더라도, 알림 권한을 획득하고, APNs 서버에 디바이스 토큰만 등록되어있으면 언제든지 푸시 알림을 보낼 수 있다. 단점 복잡한 설정(?) Identifier 먼저 Identifier를 등록한다. (이미 등록된 Identifier가 있다면 수정하여 사용해도 된다.) Identifier를 등록하는 프로세스 중에 Capabilities를 설정하는 단계가 있는데, 해당 단계에서 아래와 같이 Push Notifications를 체크해준다. APNs Certificate Push Notifications를 체크하고 Identifier를 생성했다면, 해당 I..

APNs(Apple Push Notification Service)를 이용하지 않고, 앱 내부적으로 Push Notification을 보내는 방식 장점 유저로부터 알림 권한만 승인받으면 특별한 설정 및 Certificate 등의 세팅 없이 Push Notification을 앱으로 전달 가능 단점 개발당시에 지정해둔 내용과 설정으로만 Notification이 전달되며, 특정 조건(특정 화면으로 진입한다던지 하는 등)을 만족해야만 Notification이 전달 푸시 알림 권한 요청 import UNUserNotifications class ViewController: UIViewController { let userNotiCenter = UNUserNotificationCenter.current() // 싱..
- Total
- Today
- Yesterday
- 동적계획법
- 코테
- 아키텍처
- Swift
- notification
- 클린아키텍처
- 프로비저닝 프로파일
- MVVM
- RxSwift
- ios
- relay
- 프로파일
- subject
- TextField
- MVC
- 코드사이닝
- dip
- Push
- Crossing Boundaries
- provisioning profile
- rxcocoa
- 프로비저닝
- certificate
- CSR
- Rx
- Apple
- remote
- APNS
- TabBar
- Clean Architecture
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |