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 |
Tags
- UITextView
- ios
- Clean Code
- 애니메이션
- UICollectionView
- 클린 코드
- Protocol
- uitableview
- MVVM
- collectionview
- 스위프트
- rxswift
- uiscrollview
- map
- swift documentation
- ribs
- tableView
- clean architecture
- Observable
- 리팩토링
- 리펙토링
- RxCocoa
- swiftUI
- HIG
- Human interface guide
- SWIFT
- combine
- Refactoring
- Xcode
- 리펙터링
Archives
- Today
- Total
목록Pushing Background Update (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 2. Push Notification 응용 - Silent Push Notification (사일런트 푸시 방법, 푸시를 이용한 백그라운드에서 업데이트 방법)
1. Push Notification 응용 - 테스트 방법 (Pusher, APNs) 2. Push Notification 응용 - Silent Push Notification (사일런트 푸시, 푸시를 이용한 백그라운드에서 업데이트 방법) Void) { print("Receive silent push>", userInfo) completionHandler(.newData) } (완료) - 시뮬레이터에서는 silent push가 안되므로 실제 기기에서 테스트 필요 번외) UNUserNotificationCenter 푸시 관련 델리게이트에서 대표적으로 willPresent, didReceive가 있는데 이 용도는 silent push 용도가 아니므로 주의 // AppDelegate.swift let cent..
iOS 응용 (swift)
2023. 2. 18. 22:23