Ask a Question
How to schedule a recurring listing?
How do I make a Listing that resets daily, weekly, or monthly? I see that Listings content has a "Schedule" property, but it is not clear to me from looking at "Edit Schedule" how to achieve the recurrence that I want? How would I create listings that recur:
Portal - ACL Layer
Is adding an ACL layer to the Portal a possibility?
Synchronous Turn-based multiplayer
Does Synchronous Turn-based multiplayer guarantee that player actions arrive in a consistent order, and no action is dropped? Can disconnected devices reconnect and synchronize their game state? Do we get notified if a player is disconnected, so that they can be replaced with a bot until they reconnect?
Maximum capacity for chat
Is there a maximum capacity for chat rooms?
MakeDonationRequest issue
I'm currently getting this error ,
HTTP Error. method=[POST] uri=[https://api.beamable.com/object/groups/"MyId"/donations] code=[400] payload=[{"status":400,"service":"groups","error":"InvalidDonationError","message":"No group donations config with name donations.default"}]
REST API request parameters
Please provide an overview / description of the listed parameters : scope, third_party, refresh_token, client_id, code, token, customerScope, grant_type
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?
How do you subscribe to game public stats?
I've created some game public stats that are updated via microservice. (CurrentClass, Location)
I'd like to have the client subscribe to updates made to these stats.
On the context I'm subscribing by
Stats.OnUpdated += StatsUpdated;
Getting Started with Beamable
What's the best way to get started with Beamable?
Microservice storage vs. Stats
- When should we use microservice storage over stats?
- Is microservice storage integrated with analytics/targeting mechanisms, or should we rely on stats for those?
