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
- Swift flutterview
- 안드로이드 에러
- swift 문자
- swift sms
- 스위프트 테이블 뷰 셀
- 안드로이드 숏컷
- FlutterView MethodChannel
- 스위프트
- Flutter NativeView
- 안드로이드 앨범
- 안드로이드 바로가기
- 노티피케이션 익스텐션
- 플러터 뷰 컨트롤러
- flutter rotate
- Swift flutterviewcontroller
- swift autolayout
- 푸시 데이터 저장
- 스위프트 푸시
- 앱 꺼졌을 때 푸시 데이터 저장
- Flutter UIKitView MethodChannel
- 스위프트 카메라
- silent push
- 스위프트 웹뷰
- 스위프트 UserDefaults
- NotificationService Extension
- flutter 회전
- 앱 백그라운드 푸시 데이터 저장
- 스위프트 앨범
- native flutter view
- 안드로이드 FCM
Archives
- Today
- Total
목록iOS UserNotifications (1)
Things take time
[SWIFT] iOS10에 추가된 UserNotifications을 사용하자 (푸시, APNS)
[개요] 기본적으로 APNS에서 푸시를 받을 때 사용하는 메소드, 함수는 UIApplicationDelegate 프로토콜을 상속받아 사용하는 func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable : Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Swift.Void 함수를 사용할 것이다. 물론 아직까지도 사용할 수 있다(푸시를 보내는 서버쪽에서 content-available을 1로 설정할 경우, 혹은 iOS 10미만의 디바이스는 이 함수를 탄다) 얘를 제외한, fetchCom..
iOS (기능)
2017. 12. 6. 17:28