반응형
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 | 31 |
Tags
- DispatchQueue
- entrypoint
- tableViewCell
- WWDC16
- for-in
- TableView
- SWiFT
- IBOutlet
- weak
- 연산 프로퍼티
- viewcontroller
- Understanding Swift Performance
- CoreLocation
- AppTransportSecurity
- UIButton
- 후행 클로저
- ios
- firebase
- OperationQueue
- uikit
- IBOutletCollection
- 트레일링 클로저
- 원격 푸시
- RunLoop
- Remot Push
- Choosing Between Structures and Classes
- 진입점
- property wrapper
- 동시성프로그래밍
- userdefaults
Archives
- Today
- Total
목록원격 푸시 (1)
iOS 공부하는 감자
iOS) Remote Notification (feat. Firebase)
Remote Notification 서버로부터 받은 정보로 Push를 띄우는 것. ex) 쿠팡 특가 알림, 이벤트 Push 수신 등.. 시뮬레이터에서는 Remote Notification 테스트가 불가능 -> Local Notification만 테스트가 가능했다. 하지만 Xcode 11.4 이후로 시뮬레이터에서도 Remote Notification을 수신할 수 있도록 지원하기 시작했고, 별도 설정을 거치면 시뮬레이터에서도 테스트가 가능하다. APNs (Apple Push Notification System) Push Notification을 관리하는 애플의 시스템으로, 모든 푸시는 APNs를 통해 사용자에게 전달된다. APNs를 사용하기 위한 Key는 애플 개발자 계정이 있어야 사용할 수 있다. Remo..
iOS
2022. 10. 12. 01:06