...
The following APIs of the Kakao Game SDK must be called to process game status change:
Game App Status Change | Kakao Game SDK API |
---|---|
Game Start | Start |
Move to background | Pause |
Move to foreground | Resume |
Game Start (Start)
When a game is started, the SDK performs SDK initialization and "Start" status change through the Start API called by the game.
“Start” receives the basic information needed to start a game from the server based on some settings including game client version and then performs the actions of “Urgent announcement”, “Guide of testing”, “Guide of game client update”, “Guide of User’s Agreement” and “Automatic login” sequentially. Of course, “Automatic login” is performed only for users with a previous login record.
...