question

ad@t-bull.com avatar image
ad@t-bull.com asked

Ingame notifications

I was wondering if there is some easy way to inform players about events taht are happening in the game, for example "player send a request to join a guild and he was accepted." How to notify this player that his request was accepted?

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

·
Hamza Lazaar avatar image
Hamza Lazaar answered

If it's a mobile game, you can make use of Push Notification to send internal data to the game when it's foreground.
In general, you should implement a polling system to query updates periodically or on demand.

10 |1200

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

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.