/Push Notification
-
FCM을 통한 Push Notification 서비스 - 1 프로젝트 생성, 설정/Push Notification 2023. 11. 23. 17:36
FCM 정리 목차 [/Push Notification] - [Push] 3. FCM 없이 사용해보자. 안녕하세요 ! 아렉스입니다 오늘은 가장 많이 사용되는 remote Push Notification 서비스인 FCM 알아보려고합니다. 구글의 한글 지원, 공식문서를 보다보면 참 잘 되어있다는 생각이 듭니다. https://console.firebase.google.com/?hl=ko 로그인 - Google 계정 이메일 또는 휴대전화 accounts.google.com 1. 콘솔로 이동 -> 프로젝트 생성 2. iOS 앱 추가 3. APNs 키 등록하기 ** 키 없으신 분들은 아래 포스팅 참고하셔서 만들어주세요 ~ [/Push Notification] - [Push] 1. .p12 인증서와 .p8 인증키..
-
[Push] 4. 환영해요 ! Push Notification Console/Push Notification 2023. 7. 23. 16:18
0. Apple Push Notification service (APNs) 와 작동방식 1. .p12 인증서와 .p8 인증키 차이 2. FCM으로 사용하는 방법을 알아보자. 3. FCM 없이 사용해보자. 안녕하세요 ! 아렉스입니다 ! 이번 WWDC 23 에서 Meet Push Notification Console 세션을 통해서 Push Notification Console 이 공개되었어요 ! 바로 구경해보시죠 ㄱㄱㄱ https://developer.apple.com/notifications/push-notifications-console/ Push Notifications Console - Notifications - Apple Developer The new Push Notifications Conso..
-
-
-
[Push] 1. .p12 인증서와 .p8 인증키 차이/Push Notification 2023. 7. 23. 16:13
0. [Push] Apple Push Notification service(APNs)와 작동방식 2. FCM으로 사용하는 방법을 알아보자. 3. FCM 없이 사용해보자. 4. 환영해요 ! Push Notification Console 안녕하세요 아렉스입니다 ! 이전 편에 이어서 말해볼게요 APNs 를 사용하기 위해서는 인증수단을 정해야했었죠 ! 인증수단의 종류는 certificate(인증서), 그 다음에 authentication tokens(인증 토큰) 두 가지가 있습니다. 각 인증 수단의 인증 방식과 인증 방식을 등록하는 방법을 대해서 알아보겠습니다. 인증서 방식 certificate(인증서)는 APNs 에 인증하는 기존 수단이라고 합니다. .p12 인증토큰 방식 authentication token..
-
[Push] 0. Apple Push Notification service (APNs) 와 작동방식/Push Notification 2023. 7. 23. 14:54
1. .p12 인증서와 .p8 인증키 차이 2. FCM으로 사용하는 방법을 알아보자. 3. FCM 없이 사용해보자. 4. 환영해요 ! Push Notification Console 안녕하세요 ! 아렉스입니다 iOS 앱에서 Push Notification 기능은 매우 보편적으로 사용되고있습니다. Push Notification Service에 대해서 알아보겠습니다. APNs 란 ? Apple Push Notifications Service의 줄임말로서 푸시 알림 전달을 가능하게 하는 백엔드입니다 APNs 작동방식 1. 알림에 대한 권한 요청이 승인이 된 경우 디바이스가 APNs에 토큰을 요청 2. APNs 에서 디바이스로 토큰을 전달 3. 디바이스에서 APP의 Server로 토큰을 전달 4. App의 Se..