question

anudeep avatar image
anudeep asked

How to find out if a user is a fresh user?

As the question suggests, I was wondering how can we know that a user is fresh user so that new users will have tutorial before entering the actual game scene. we need to find if the player just logged in for the first time.

Player Datagame manager
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

You can set a field in player data after the player finishes the tutorial to indicate that the player has completed. Then check if the field exists every time a player enters the game to know if this player is a fresh user to your game.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

anudeep avatar image anudeep commented ·

So are there no API calls for this or any events that occur only on new account creation?

0 Likes 0 ·
Xiao Zha avatar image Xiao Zha anudeep commented ·

There is a event called "player_added_title" will be triggered when a new account creation, but this event cannot be detected by client directly.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.