question

Kim Strasser avatar image
Kim Strasser asked

Difference between VirtualCurrencyPrices and RealCurrencyPrices?

My virtual currency is Gold Coins. The user can use it to purchase items in the catalog. I want that the player can purchase Gold Coins with real money and he can purchase it how often he wants, there is no limit. Therefore I created an item named 1000 Gold Coins in my catalog and I set the currency to RM and the amount to 200.

But when I call GetStoreItems, then I get this result for the item named 1000 Gold Coins:

Why is RealCurrencyPrices = null and VirtualCurrencyPrices = RM,200 ?

I thought RM would be my RealCurrencyPrices and GO(Gold Coins) would be my VirtualCurrencyPrices?

What is the difference between VirtualCurrencyPrices and RealCurrencyPrices?

My catalog item:

pricing
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

·
Sarah Zhang avatar image
Sarah Zhang answered

[Edited] RealCurrencyPrices isn’t actually enabled at all – setting those values will have no effect.

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.