List Notifications and Mark as Read In-Game
Last updated
Last updated
In this How-to, we’ll get all unread notifications for the logged in player, find a specific notification by a key and mark it as read.
A or a setup in the web console
A previously or a
To get the matched notification to a previous action (an invoked trigger, a purchase call), you need one or more of the following:
A purchase using virtual currency: use the catalog_listing_id
An In App Purchase using Apple App Store: use the transaction_id
An In App Purchase using Google Pla Store: use the product_id
An In App Purchase using Steam Store: use the entitlement_id
A trigger: use the trigger_key
It is important to mark notifications as read after you have taken action on it, otherwise you will need to go through all notifications each time, which increases response times, resulting in a bad experience for your players.
In this How-to, we’ve listed a notification and marked it as read. Notifications are to be called after a or after an invoked .