Skip to content
  • Godot BootCamp is live!

    Videos and Tutorials
    1
    1 Votes
    1 Posts
    994 Views
    No one has replied
  • UserItems.AwardUserItem cannot be blocked for clients

    Unsolved APIs
    4
    0 Votes
    4 Posts
    2k Views
    Paul WinterhalderP
    Update - we have patched this issue in our Public BaaS. The API call is now blockable via API Blocking - but it's also disabled by default now (via the core API itself). There's a new compatibility flag (that is by default enabled for all existing apps) that preserves the old functionality. Paul.
  • brainCloud C# library updated (5.1.1)

    Unsolved General
    1
    1 Votes
    1 Posts
    727 Views
    No one has replied
  • Async match without opponent

    General unity async match
    6
    0 Votes
    6 Posts
    2k Views
    A
    Also looking for this type of functionality, so id +1 this feature request
  • brainCloud 5.1 is on it's way!

    General braincloud 5 5.1
    2
    0 Votes
    2 Posts
    1k Views
    Paul WinterhalderP
    And brainCloud 5.1 is now live. Let us know what you think!
  • Lobby creation/deletion events in CloudCode

    Unsolved Cloud Code
    13
    0 Votes
    13 Posts
    5k Views
    Paul WinterhalderP
    Hi Alessio, I have a suggestion. Why not create a global chat channel called "lobbyListeners". Then - when a user is viewing the lobbies - have them connect to and listen to the lobbyListeners channel. Then you don't need to maintain a global entity at all. Whenever you create a lobby or delete it - send an event to lobbyListeners - and it will automatically send it to everyone who has registered for the channel. Would that work? (or is there a part of your use case that I am missing?) Paul.
  • Unreal 5.3.x support

    Solved General
    2
    0 Votes
    2 Posts
    937 Views
    C
    Update: Fixed in the latest release https://github.com/getbraincloud/braincloud-unreal-plugin-src/releases/tag/5.0.1 Thanks Joanne
  • Deserializing the JSON matchState into a custom object

    Unsolved General
    2
    0 Votes
    2 Posts
    929 Views
    Franco LagoF
    Hello Andrey and thank you for your inquiry, For an approach like this I would recommend grabbing the matchState as a Dictionary<string,object> and then making a new instance of JsonMatchState and filling in each field one at a time. An example of this would look like to get one of the fields: JsonMatchState matchState = new JsonMatchState(); var matchState = data["matchState"] as Dictionary<string, object>; matchState.turnNumber = (int) matchState["turnNumber"]; Hope this helps and please let us know if you have further questions or inquiries about this.
  • Update Entity with updatesingleton not blocked by platform min version

    Solved APIs
    3
    1
    0 Votes
    3 Posts
    1k Views
    L
    thank you
  • Best Practices - Level Completion and Rewards

    General
    6
    0 Votes
    6 Posts
    2k Views
    Paul WinterhalderP
    That said - any system you want can be constructed with cloud code. Hope that helps!
  • Godot support for brainCloud....

    General braincloud godot
    2
    1 Votes
    2 Posts
    1k Views
    L
    oh already posted! I want to know about godot support plan
  • 0 Votes
    3 Posts
    905 Views
    Paul WinterhalderP
    Update: this has now been fixed! Note - brainCloud will now send over the first part of your email address as the suggested username for the forums. The forums will automatically append a number if there are others with that username. You can update/customize your username by clicking on your profile in the top-right, and choose Edit Profile. There you will find a bunch of info you can customize about your user account. Click Change Username on that screen to change your username itself. Hope that helps! Paul.
  • Can I check duplicated login?

    General
    4
    0 Votes
    4 Posts
    923 Views
    Paul WinterhalderP
    Well - there's no great way to tell until you try doing an operation. You could try doing a simple ReadServerTime() call - and if that fails - the session isn't good anymore... http://getbraincloud.com/apidocs/apiref/?objective_c#capi-time-readservertime Hope that helps! Paul.
  • brainCloud BootCamp is live!

    Videos and Tutorials bootcamp
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • brainCloud 5 is alive!

    General braincloud 5
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • 1 Votes
    11 Posts
    4k Views
    Paul WinterhalderP
    Hi @Panagiotis-Milios , Yup - we made improvements to the Entity Viewer(s) partially based on your feedback. There are more improvements to come as well. We're also looking at the Job Queue screen - and I've passed the Ctrl-S request onto the Cloud Code Editor dev... I definitely agree with that - it's a reflex for lots of folks (including me!). Paul.
  • brainCloud 5 is coming next week!

    Moved General braincloud 5 announcement
    1
    0 Votes
    1 Posts
    789 Views
    No one has replied
  • Error 40316 on authenticate

    Moved APIs s2s authentication
    3
    0 Votes
    3 Posts
    1k Views
    B
    @panagiotis-milios Thank you for your response, appreciate your time ! I solved the issue : The url I was using was wrong, more precisely I was using the wrong servlet : I was using /dispatcherv2 while I was supposed to use /s2sdispatcher. I also want to point out that you are right about the "appId" below the "packetId", it is not needed. Thank you, I hope this thread will help anyone encountering this problem !
  • is there automation scheduled events?

    General portal automation event
    4
    0 Votes
    4 Posts
    1k Views
    L
    @paul-winterhalder then it can repeat push notice?
  • tracking refund iap for google and apple

    Feature Suggestions refunds iap
    3
    0 Votes
    3 Posts
    2k Views
    L
    @paul-winterhalder if detect refund than ban automatically with few condition matched(Size or number of refunds) Nxx Gamebxxx has this function