question

Paulo Eduardo avatar image
Paulo Eduardo asked

PLAYFAB DOLLAR CURRENCY x GOOGLE STORE CURRENCY (or iTunes) for Brazilian currency conversion?

The real currency in playfab is in dollars, in the google store it will be from my country (brazil - BRL).
I really do not know how I can get the value of playfab that is equivalent to the value of my Brazilian currency?
By the form of this code that is in this valuable link:

https://docs.microsoft.com/en-us/gaming/playfab/features/commerce/economy/getting-started-with-unity-iap-android

How then to show the value in reais (currency of Brazil)?

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

·
Citrus Yan avatar image
Citrus Yan answered

If I understand your case correctly: Since Google Store or iTunes already handles foreign currency prices, hence the purchasing part is OK for you. However, you also want to retrieve the prices of each item in BRL from PlayFab service in order to display them for your local users. In that case, you can specify the BRL price in RealCurrencyPrices via the Admin API Admin/SetCatalogItems, and retrieve it using Client/GetStoreItems or Client/GetCatalogItems.

Moreover, you may find this thread helpful: https://community.playfab.com/questions/11538/handle-different-rm-currencies.html

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.