Ask a Question

Ask a Question
ANSWERED

In Beamable Commerce, what is the difference between a SKU and Currency?

I see that, when I am setting up a listing in Content Manager, the price can be skus or currency. What is the difference between those price types? How should I use these in relation to real-money transactions? Do Beamable currencies represent real-money dollars/Euros/etc. or are they just in game?

ANSWERED

I don't have my CID. How can I find it again?

I can't seem to find my CID to log in. How can I find it?

ANSWERED

How is beamable establishing connection to the microservice server?

Right now i can just build the game and the published microservices work, but how is beamable establishing this connection to the server? Is it secure or can someone on the client side decompile and start making those server calls?

ANSWERED

Does beamable have a way for storing data such as API keys?

Currently I am storing api keys in the ream configurations. Can I save it there safely? These API keys are only fetched on serverside (ClientCallable) methods.

ANSWERED

Not accessing Beamable portal or project from unity Editor

It initially works for some days and suddenly throws the following error in Unity editor

ANSWERED

Best practices for inventory and item quantity

Regarding best practices in the inventory system, is it a good idea to store the quantity of items in their properties? For example, the player can gather wood as an item in the game. We are giving the player a single item each time, but we could change that to have only one wood item with a property showing the number of items.

ANSWERED

How do we ensure transaction consistency across multiple operations?

Hello,

ANSWERED

Is it possible to get the player count on a leaderboard with one API call ?

Is it possible to get the player count on a leaderboard with one API call ? If it is, is there any documentation on it ? I didn't find it online.

ANSWERED