> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 푸시 알림

> PlayFab 푸시 알림을 통해 플레이어 리텐션을 개선하세요. Android와 iOS 장치에 무제한 맞춤 메시지를 보내 플레이어를 재참여시키고 이탈을 줄입니다.

푸시 알림은 게임이 플레이어의 장치에 즉각적인 맞춤 메시지를 보낼 수 있는 채널을 제공합니다. 심지어 플레이어가 현재 게임을 실행하고 있지 않을 때에도 가능합니다.

알림은 사용자가 메시지를 받았거나, 게임에 어떤 업데이트가 있거나, 사용자가 어떤 조치를 취해야 함을 나타내는 데 사용될 수 있습니다. 적절히 사용하면, 이탈 직전의 중요한 시점에 플레이어를 게임으로 다시 끌어와 게임의 리텐션을 개선하는 매우 효과적인 도구가 될 수 있습니다.

PlayFab의 푸시 알림 기능을 사용하면 개발자는 원하는 만큼의 장치에 무제한으로 푸시 알림을 완전히 무료로 보낼 수 있습니다.

다음 스크린샷은 푸시 알림을 표시하는 Android 장치의 알림 영역의 예시입니다.

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/live-service-management/game-configuration/title-communications/tutorials/android-notifications-screen.png?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=a0bd4c4172cd1f3ff51dd273f7ceee98" alt="Android device - Notifications screen" width="1280" height="800" data-path="images/playfab/live-service-management/game-configuration/title-communications/tutorials/android-notifications-screen.png" />

모범 사례로, 플레이어에게 시스템 OS 프롬프트가 알림을 허용하거나 거부하도록 요청하기 *전에* 푸시 알림 서비스를 어떻게 사용할 것인지, 그리고 알림이 플레이어에게 어떤 가치를 제공할 것인지 미리 알려주어야 합니다.

푸시 알림을 통해 게임이 어떻게 보상하거나 소통할지 설명하는 것은 커뮤니티 참여를 구축할 것인가 아니면 플레이어를 떠나가게 할 것인가의 차이를 만들 수 있습니다. 푸시 알림 모범 사례에 대한 자세한 내용은 [이 블로그 게시물](https://blog.playfab.com/blog/push-it-real-good-how-get-players-say-yes-push-notifications/)을 확인하세요.


## Related topics

- [푸시 알림 빠른 시작](/ko/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/quickstart.md)
- [iOS용 푸시 알림](/ko/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/push-notifications-for-ios.md)
- [푸시 알림 템플릿](/ko/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/push-notification-templates.md)
- [Android용 푸시 알림](/ko/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/push-notifications-for-android.md)
- [Android Studio 및 푸시 알림 시작하기](/ko/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/getting-started-android-studio-push-notifications.md)
