apns2 [React Native] Expo Push Notification - API Server 지난 포스팅에서는 Expo Push Notification 설정 방법을 알아보았다. 이번엔 Expo Push Notification - API 로 서버에서 알림 보내는 방법에 대해 알아보자. 서버를 사용하여 푸시 알림 보내기푸시 알림 자격 증명을 설정하고 를 가져오는 로직을 추가한 후 Expo Push Token HTTPS POST 요청을 사용하여 Expo API로 보낼 수 있다. 데이터베이스가 있는 서버를 설정하여 이를 수행할 수 있다. (또는 command line tool 로 보내거나 앱에서 바로 보낼 수도 있음). HTTP/2 APIHTTP/2 API에 직접 요청을 보내기 (이 API는 현재 어떠한 인증도 필요하지 않음.)https://exp.host/--/api/v2/push/send 에 다음 .. 2024. 9. 20. [React Native] Expo Push Notification ** 모든 과정은 google play console 과 apple developer 결제 완료 및 project 등록 후 진행한 내용입니다. 개요기기 정보와 Firebase Cloud Messaging(FCM) 또는 Apple Push Notification Service(APNs)와의 통신에 대한 모든 것이 백그라운드에서 처리된다.먼저, 내 기기에서 backend 서버로 알림 요청을 보내면 expo push token 이용하여 Expo backend로 푸시알림을 받는다.android는 Firebase Cloud Messaging(FCM) ios는 Apple Push Notification Service(APNs)이용하여 알림 전송한다. 설정 과정https://docs.expo.dev/push-noti.. 2024. 9. 20. 이전 1 다음