Ask a Question
Where can I find a list of all possible errors/exceptions?
Is there a list of all possible errors/exceptions somewhere? Basically I want to be able to make a call, and keep retrying as long as there's any sort of network related error, but stop retrying if the server was able to process and gave any other kind of error (e.g. receipt couldn't be validated, not enough currency, the microservice function had some sort of error, etc.)
No Beamable Package Found
On application startup on IOS getting error No Beamable Package found using Beamable Version 1.17.3, Unity 2012.3.25f1, No error on android works fine there. Thanks for the help.
When should I use content vs. stats vs. microstorage?
For game content, I need different types of content types from the existing ones. Should I create another kind of content or use microservice storage? Which one is logical?
how does a microservice see what realm it's in?
Hello, Is it possible for a microservice to see what realm it's running in? I basically want to add some developer cheats to a microservice so that if we're running in develop some upgrades will be free but in production it'll cost what the config says it should
Can you set a parameter as optional in C#?
I have a question.
Is there any parameter attribute to set the parameter as optional in C# ?
[ClientCallable]
public async Task<S2C_SESSION_URL_WITH_TOKEN> GetSession(string passCode = "")
{
...
}
How do you notify online users using C#MS code?
How do you notify online users using C#MS code?
What limits exist on the bulk mail endpoint?
When attempting to call the bulk mail endpoint on a large number of users (~10,000), we seem to have run into a limit around request size and received an error 500 response. What limits exist on this endpoint?
Inventory Prefab missing from Toolbox
I recently noticed the Inventory Prefab is missing from the Toolbox. Anyone know if that prefab was removed?
Match.matchType is null
Hi. I'm trying to get matchType(SimGameType) from Match object, but it has null value.
How do you send a verification code via email to newly created accounts?
Hi all!
Is there any way to send a verification code via email to our new users to confirm the account creation?