In the dashboard panel I can create items to catalog V2
and each item can contain files
my question is how to retrieve those files later using the SDK?
PlayFabEconomyAPI.SearchItems
doesn't return the files
In the dashboard panel I can create items to catalog V2
and each item can contain files
my question is how to retrieve those files later using the SDK?
PlayFabEconomyAPI.SearchItems
doesn't return the files
You can also use the Select property on the SearchItems call to request that the server return additional data in the response. The first example shows you how to get the file urls.
[Update]
As kylemc mentioned, you can add the "Select" property on SearchItems API to get the contents url. Please refer to this document: Search - PlayFab | Microsoft Learn.
16 People are following this question.
Economy v2 admin operations in Unity
IAP: Is all I have to do validate a receipt?
Choose a logo from set of logos for the user from the client side - How to use pics in playfab?
Can we create in-app for ok.ru using Firebase and Playfab?
Simple Quest approach by using Catalog V2 Item as Content Type "Quest"