Ask a Question
Automatic Events
I was working on creating an endpoint to create events from beamable. We've been creating the events manually by the beamable portal but we want to make this process in a more automated way. I searched and I know that for creating we can use this post method https://docs.beamable.com/reference/post_basic-events-applycontent . How do we create an event via the applyContent API route?
Password Reset
I am currently trying to get the password reset working, but when calling BeamContext.Api.AuthService.IssuePasswordUpdate(...) (or Services.Auth.IssuePasswordUpdate(...) from a micro service) I get this error from the server:
Curency SKUs
I'm trying to create a store listing, I have the currency and sku created. In the listing, I put in sku for the Type field. What do I put into the listing Symbol field? It says reference must be one of [currency, skus] I typed in the name (content ID) of one of our skus but the error note doesn't clear.
Errrors creating a store listing
I'm trying to create a store listing, I have the currency and sku created. In the listing, I put in sku for the Type field. What do I put into the listing Symbol field? It says reference must be one of [currency, skus] I typed in the name (content ID) of one of our skus but the error note doesn't clear.
Refreshing expired access tokens
Which endpoint should I call in order to get a new access token for a frictionless authed user? I want to manage the expiration of access tokens. I tried with /auth/token/refresh
but it didn't work.
Searching all players for a specific player stat
Is there a way to search all players as an admin that have a specific player stat?
Does Beamable support GameCenter Login?
Regarding third Party Login in on the iOS Platform, does Beamable support GameCenter Login?
Latency from Asia
Hi! Does anyone know of a released game using Beamable that is being played in the ASIA region? I'm curious about the latency
Accessing another player's inventory
Is there a way to access another player's inventory? We have a microstorage from where we can get their ID, but can we actually get and change inventory items with that ID?