This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Ask a Question

Ask a Question
Answered

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:

Answered
Answered
Answered

Maximum capacity for chat

Is there a maximum capacity for chat rooms?

Answered

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"}]

Answered

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

Answered
Answered

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;

Answered

Getting Started with Beamable

What's the best way to get started with Beamable?

Answered

Microservice storage vs. Stats

  1. When should we use microservice storage over stats?
  2. Is microservice storage integrated with analytics/targeting mechanisms, or should we rely on stats for those?