Ask a Question
How do I do rank-based matchmaking?
Looking for help with the following issue:
For rank-based matchmaking I have the following setup:
2 players with the following stats (set via the Beamable portal):
Player 1 has rank stat set to 1000
Player 2 has rank stat set to 1
How do I get the API auth token?
In order to get the api auth token, I tried the following endpoint, but it didn't work.
https://api.beamable.com/basic/auth/token
I couldn't find the content how I can set up header or anything in api doc.
Please guide me how I can use this endpoint.
Questions around Authentication
Question #1 What is the difference between PlatformService.SaveToken() and AuthService.ApplyToken() ?
How can I migrate my game from GameSparks to Beamable?
In August of 2021, Amazon officially announced that the current version of GameSparks is being sunset and that all games on the platform need to be migrated to a new platform by September of 2022.
How can I disable the presence API calls?
I know that the MatchmakingService
requires the heart beat call, but I don't need matchmaking, and I don't want my game to send so many API calls. What can I do about it?
Load content values in content manager programmatically (Unity)
I created a custom content type: "Tilemap" and I wanted to serialize all my levels as json and publish them (to the content manager). This way I could release new levels without releasing a new client version.
Can I change my email?
I don't see a way to change an email on an account. Is this possible?
What async workflows does Beamable support? How can I use Promises with async/await, Coroutines, and callbacks?
Beamable returns promises in various places, especially when making network calls. How do I get values out of promises, and get them to work nicely with coroutines, callbacks, or async/await?
Can you call one microservice from another microservice?
Example communication: Client <-> Microservice A <-> Microservice B. Eg when beamable auto-generates MicroserviceBClient, the calls to the microservice from the client are something in the format: