Hi, I want to add daily rewards in my game and I have few questions about it:
Answer by Sarah Zhang · Jul 09, 2020 at 07:22 AM
You can refer to this PlayFab official sample Daily Prize Wheel -- https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/PrizeWheel. Before you follow this sample to do the setting up, you need to learn about the following knowledge first, Accounts, Player Inventory, Virtual Currency, Catalog & CatalogItems (Bundle / Container), Drop Table. You can simplify or expand the features in the example to meet your exact needs.