WhiskeyMateWhiskeyMate
← 모든 기사

가이드

원하는 방식으로 정보 받기

컬렉션 업데이트, 공유된 바틀, 공지사항에 대한 알림을 제어하세요.

0명이 도움이 되었다고 함
<h2>개요</h2> <p>WhiskeyMate를 사용하면 받고 싶은 알림의 종류를 제어할 수 있습니다. 이 설정은 계정 환경설정 플래그(예: <code>receiveUpdateNotifications</code>)로 저장되며, Firebase Cloud Messaging (FCM) 토픽에서 기기를 구독/구독 취소하는 데 사용될 수도 있습니다.</p> <h2>알림 카테고리 (현재)</h2> <ul> <li><strong>앱 업데이트 알림</strong></li> <li><strong>가격 알림</strong></li> <li><strong>댓글 및 소셜 알림</strong></li> <li><strong>뉴스 알림</strong></li> <li><strong>알림 (리마인더)</strong></li> <li><strong>마케팅 알림</strong></li> </ul> <h2>알림 관리 위치</h2> <ul> <li><strong>iOS</strong>: 프로필/설정 영역에서 <em>알림 설정</em>을 열고 카테고리를 켜거나 끕니다.</li> <li><strong>Android</strong>: 프로필 화면에서 <em>알림 관리</em>를 열고 카테고리를 켜거나 끕니다.</li> <li><strong>웹</strong>: <code>/preferences.html</code> → <strong>알림 환경설정</strong>으로 이동하여 체크박스를 설정한 다음 저장합니다.</li> </ul> <h2>작동 방식 (구현 세부 정보)</h2> <ul> <li><strong>계정 환경설정 플래그</strong>: WhiskeyMate는 <code>receiveAllNotifications</code>, <code>receiveUpdateNotifications</code>, <code>receivePriceNotifications</code>, <code>receiveCommentNotifications</code>, <code>receiveNewsNotifications</code>, <code>receiveReminderNotifications</code>, <code>receiveMarketingNotifications</code>와 같은 부울 필드를 저장합니다.</li> <li><strong>FCM 토픽 (모바일)</strong>: iOS 및 Android에서는 여러 토글이 일치하는 이름(예: <code>receiveUpdateNotifications</code>)의 FCM 토픽에 기기를 구독/구독 취소합니다.</li> <li><strong>웹</strong>: 웹 환경설정 페이지는 알림 플래그를 사용자 문서에 저장하지만, 웹 사이트 자체는 모바일 앱과 같은 푸시 알림을 받지 않습니다.</li> </ul> <h2>중요 참고 사항</h2> <ul> <li><strong>시스템 권한은 여전히 중요합니다</strong>: OS 수준에서 알림이 비활성화되어 있으면 WhiskeyMate에서 활성화되어 있더라도 푸시 알림을 받지 못합니다. 권한이 거부되면 iOS는 시스템 설정으로 안내합니다.</li> <li><strong>“모두 토글”</strong>: 두 모바일 앱 모두 여러 카테고리를 한꺼번에 켜거나 끌 수 있는 “모두 토글” 옵션을 제공합니다 (해당 카테고리의 토픽 구독도 업데이트합니다).</li> <li><strong>카테고리 동작은 다를 수 있습니다</strong>: 일부 카테고리는 토픽 기반(광범위한 공지)일 수 있지만, 다른 카테고리는 기능에 따라 더 직접적인 타겟팅을 통해 전달될 수 있습니다.</li> </ul>
0명이 도움이 되었다고 함