Skip to content
  • Request to add unique indexes for Custom Entities

    Unsolved General
    2
    0 Votes
    2 Posts
    31 Views
    Paul WinterhalderP
    Actually that should work now @moondory77 . You just have to include "unique": true in the options.
  • 0 Votes
    1 Posts
    15 Views
    No one has replied
  • Two edge cases we ran into with the bundled JsonFx parser

    Unsolved APIs json
    2
    0 Votes
    2 Posts
    79 Views
    Michael CostaM
    Thanks for letting us know and your own solutions! We'll see if we can patch this into the JsonFx library we're using for future versions of brainCloud to avoid these edge cases.
  • 0 Votes
    3 Posts
    142 Views
    Paul WinterhalderP
    Hi @moondory77 , We hear you - and are looking to see what options we can provide. The thing to understand is that there are a lot of dependencies between metadata in the brainCloud system - and our deployment mechanisms work hard to ensure the integrity of the data that gets pushed. Even more importantly - it works to prevent user data from being corrupted by a mis-match of data during deployments - which is why apps are very temporarily disabled during a deployment. These deployments normally take well under a minute and aren't much more troublesome than a common wifi interruption for clients [depends upon the client implementation though]... (note - the deployment may seem like it takes longer on the web - as there is a lot of data dependency checking to do - but all of that is done BEFORE we disable the app... which happens just for the actually data migration activity itself). If you contact us via the support chat with your appId and the time you last did a deployment - we can take a look to see if your deployment times are above normal. Also - we are working to provide a separate custom entity deployment mechanism - similar to what has been done for item management. Paul.
  • Subject: Inquiry regarding selective CustomEntity migration via Builder API

    Unsolved General
    6
    0 Votes
    6 Posts
    281 Views
    Paul WinterhalderP
    Cool - glad you found it!
  • Question about AppStore SYS_GET_TRANSACTIONS_PAGE behavior in S2S Cloud Code

    Unsolved General
    3
    0 Votes
    3 Posts
    200 Views
    G
    Thanks Paul, that makes sense. For now, we’ll keep using a dedicated internal/service profile with getSessionForProfile() + callAPIForSession() as a temporary workaround for our monthly transaction reporting job. Could you please confirm whether this workaround is safe to use temporarily in production, as long as we do not include a profileId in the search criteria and only use the session to authorize the request? Also, we’d appreciate it if you could let us know once the S2S proxy hookup for SYS_GET_TRANSACTIONS_PAGE has been reviewed or fixed. Thanks again for checking into this.
  • MyServers Permission

    Unsolved General
    3
    0 Votes
    3 Posts
    242 Views
    N
    hi. @Paul-Winterhalder yes, permissions to call specific scripts and access control for Services and Operations regarding the generally provided functions are required. For example, there may be management tools that call specific scripts and use certain functions (CloudData...), and there may be administrators who only manage items. If possible, each API Key should be a function with permissions tailored to the situation. Let me give you an example. A company utilizes a mix of office and remote work. While the internal network can be protected to some extent by IP ranges, it is difficult to identify specific IPs because multiple operators work from home. Therefore, it is currently somewhat difficult to handle this situation using only IPs.
  • brainBot 6 is live! What do you think?

    Unsolved General braincloud 6.0 brainbot
    1
    0 Votes
    1 Posts
    133 Views
    No one has replied
  • TAKE ACTION: Set your Segment Codes! (by the end of Friday June 5)

    Unsolved General
    1
    1
    0 Votes
    1 Posts
    158 Views
    No one has replied
  • Integration with .NET server

    Unsolved General
    2
    0 Votes
    2 Posts
    215 Views
    J
    The SDK is just a plain C# source library you can drop into any .NET project (not Unity-only). You can find usage examples and the source in our GitHub repositories at https://github.com/getbraincloud.
  • Segment Code Bug Report

    Unsolved General
    6
    0 Votes
    6 Posts
    470 Views
    L
    @JasonL At the time I reported this, that field was locked too, so it couldn't be edited — but I've now confirmed that it's editable.
  • Admin Billing API request

    Unsolved APIs
    7
    0 Votes
    7 Posts
    746 Views
    johnhJ
    Added the additional details to 13660
  • 0 Votes
    3 Posts
    351 Views
    johnhJ
    Case 13633 - [implementing]
  • 0 Votes
    7 Posts
    757 Views
    G
    @Paul-Winterhalder , could you please respond to @noah 's inquiry?
  • 0 Votes
    3 Posts
    404 Views
    G
    It's been resolved. Thank you for your response!
  • Matchmaking To An Edgegap Hosted Server Instance

    Unsolved General
    4
    0 Votes
    4 Posts
    488 Views
    Steve JonesS
    Hey, thanks for reaching out. To answer your main question directly: yes, brainCloud's lobby and matchmaking system can trigger an Edgegap server deployment automatically. You do not need to build a custom C++ room server to make this work. https://github.com/getbraincloud/examples-cpp/tree/develop/relaytestapp The relaytestapp example on the develop branch of examples-cpp is a working client example that does exactly what you are describing. It uses brainCloud lobbies and matchmaking to find a match, and once the lobby is ready to launch, brainCloud handles spinning up the Edgegap server and passes the connection details back to all players through RTT. The server configuration you see in the screenshot is what ties everything together on the brainCloud side. That entry defines which Edgegap application to deploy, which regions to consider based on the selected beacons, and the credentials needed to make the deployment call. Once that server is linked to a lobby type, the entire launch sequence is handled for you. The relaytestapp is a solid starting point to see this end to end. [image: 1778170400682-screenshot-2026-05-07-at-12.13.17-pm.png]
  • My Dashboard Is Showing Abnormal Numbers For API Usage

    Unsolved APIs
    3
    1
    0 Votes
    3 Posts
    428 Views
    G
    @Paul-Winterhalder Hello! Here is my app Id "15675
  • The Unreal Engine Bootcamp Suggests Storing The Secret Key In The Game Files

    Unsolved General
    6
    0 Votes
    6 Posts
    2k Views
    Paul WinterhalderP
    Thanks @Brad-Hester !
  • Notification Templates

    Unsolved General
    3
    0 Votes
    3 Posts
    467 Views
    J
    We’re planning some major changes to our push notification system, it’s more than just adding a few titles and content fields to the templates. It's not a near-term, stay tuned!
  • Best practices for in-game mailbox

    Unsolved APIs
    4
    0 Votes
    4 Posts
    615 Views
    Paul WinterhalderP
    Agreed @armitage - the bulk messaging feature is planned for the use case you describe... (and yup - still coming ).