정보 |
---|
게임 내 우편함을 적용하는 방법을 설명합니다. |
우편함이란?
우편함은 유저에게 게임내 아이템을 지급하기 위해 발송한 메세지와 아이템 리스트를 의미합니다.
채널링 게임에서는 각 게임에서 아이템 딜리버리 서버로 메시지(보상)를 발송하며, 게임에서는 딜리버리 서버에서 메시지를 받아와 메시지에 있는 보상을 처리하면 됩니다.
우편함 활용
아래 목록에 있는 카카오 서비스를 연동할 경우, 우편함 서버를 연동해야 합니다.
단, 개발사에서 자체 우편함 및 딜리버리 서버가 있는 경우에는 개발사의 해당 서버를 이용하여 보상을 지급하면 됩니다.
카카오 보상형 초대
카카오 사전예약
구현하기
...
This guide explains how to implement the mailbox within the game. |
...
What is the Mailbox??
The mailbox refers to the messages and item lists sent to users to deliver in-game items.
In channeling games, each game sends a message (reward) to the item delivery server. The game then retrieves the message from the delivery server and processes the rewards contained in the message.
Using the Mailbox
If you integrate any of the Kakao services listed below, you must integrate the mailbox server.
However, if the developer has their own mailbox and delivery server, they can use their server to distribute rewards.
Kakao Reward-based Invitations
Kakao Pre-registration
Implementation
The mailbox and delivery functions do not provide a client API.