플러터로 모바일 앱을 개발하고 있으며, 웹뷰에 @sendbird/uikit-react를 사용하고 있습니다.
문의 사항은 Push Notification 관련 내용입니다. 저희 쪽 BE에서 보내는 FCM 메시지 요청과 Sendbird 쪽에서 보내는 APNs/FCM 메시지 요청 이렇게 두 소스에서 Push Notification을 요청하다보니 iOS 환경에서 Badge 개수가 맞지 않는 이슈가 있습니다. Push Notification 요청을 한 쪽에서 하는 방안을 알아보고 있습니다.
- 저희 측 BE에서 이벤트 발생 시, Sendbird측에 Push Notification 메시지 보내기 요청
- sendbird 이벤트 발생 시(새 메시지 수신 시), 저희 측 BE로 Push Notification 메시지 보내기 요청
이를 위한 서버 플랫폼 API가 있는 지 확인 요청드리며, 있다면 관련 내용 확인 할 수 링크를 알고 싶습니다.
I’m developing a mobile app with Flutter and using @sendbird/uikit-react for webview.
The inquiry is related to Push Notification. As Push Notification is requested from two sources: an FCM message request from our BE and an APNs/FCM message request from Sendbird, there is an issue where the number of badges does not match in the iOS environment. We are looking into ways to make a Push Notification request from one side.
- When an event occurs in our BE, request to send a Push Notification message to Sendbird.
- When the sendbird event occurs (when a new message is received), request to send a Push Notification message to our BE.
I would like to ask you to confirm whether there is a server platform API for this, and if so, I would like to know a link where I can check related information.