question

moonbasedesign avatar image
moonbasedesign asked

Using muliple stores in a Catalog

We have a Unity IOS Project with PlayFab. We've proven in code to drive our UI from PlayFab to provide a virtual currency payload through consumable bundles. All this is good. So far we call PlayFab.GetCatalogItems() and everything works great. Now we want to split the catalog into regular items and bonus items, so we added a store for each. Unfortunately the call PlayFab.GetStoreItems() doesn't return "Catalog items from the store" (even though stores are supposed to be subsets of catalogs). As a result we can't reach the CatalogItem.ItemClass field which our code is using to separate results. Has anyone got a suggestion about how to connect the Store items to the catalog? Are we missing some fundamental PlayFab concept that would simplify this issue?

Thanks.

In-Game Economy
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

·
kylemc@microsoft.com avatar image
kylemc@microsoft.com answered

It sounds like you're pretty early in your project. I'd encourage you to look in to PlayFab Economy V2. The Stores in V2 work like you're describing.

https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/stores?tabs=creating-store-game-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.

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.