Hi.
I want to ask something about News System in playfab.
Really wondering is there any workaround to make a news with rewards inside it and prevent user to get it double?
The approach that im thinking is using Json in News content for the rewards, and save news id to player title data when player open the news.
Or r there any better approach for this? Thankyou
What are the reward? Are they some items, few virtual currencies, or somthing else?
Yup, it's items, VC, and something else.
It's more like mail system. Like player will got a message with some rewards
(Ex : Thanks for join our event, we will give you some reward that can be claimed)
Answer by Citrus Yan · Oct 14, 2020 at 08:13 AM
This feature is not natively supported by PlayFab, but I think your approach is very close. The key here is that when a player claimed the rewards from a specific news, he may not be able to claim it again. Therefore, saving the NewsId into the player's Readonly/Internal Data (client side cannot change it) once he/she claimed the rewards from a specific news is a feasible solution to me.