• Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
brainCloud Forums
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    Load new posts
Log in to post
  • D

    Using numbers as JSON key.

    Scheduled Pinned Locked Moved Cloud Code cloud code
    5
    0 Votes
    5 Posts
    185 Views
    D

    @JasonL
    Thank you!!

  • Paul WinterhalderP

    Migrating from GameSparks? This FAQ is for you!

    Scheduled Pinned Locked Moved General faq migration gamesparks
    1
    1 Votes
    1 Posts
    32 Views
    No one has replied
  • Paul WinterhalderP

    brainCloud 4.8.0 is live!

    Scheduled Pinned Locked Moved General 4.8 braincloud release
    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • thatguy1T

    Indie price tiers

    Scheduled Pinned Locked Moved Suggestions prices migration indie price tiers port gamesparks
    1
    0 Votes
    1 Posts
    112 Views
    No one has replied
  • P

    Web Payments

    Scheduled Pinned Locked Moved General question braincloud
    1
    0 Votes
    1 Posts
    32 Views
    No one has replied
  • U

    Setting up segment integration

    Scheduled Pinned Locked Moved General segment integrations
    2
    0 Votes
    2 Posts
    45 Views
    U

    I figured it out. Segment has a Legacy - Project source type, using that worked.

  • A

    Can I create a chat in Brain Cloud?

    Scheduled Pinned Locked Moved General authentication unity chat server
    2
    0 Votes
    2 Posts
    56 Views
    Y

    I downloaded the BrianCloud plug in for Unreal Engine, I can integrate user authentication, and real-time chat between connected players in a day.

  • D

    Convert to JSON: does brain cloud provide object types for response returns?

    Scheduled Pinned Locked Moved General sdk
    2
    0 Votes
    2 Posts
    58 Views
    D

    Solved:

    IDK if this is the right approach but I am using brainCloud's LitJson and JSONMapper. I will map out the things I need and put it into an object of variables I chose to parse out.

  • D

    Removing a anonymous external ID?

    Scheduled Pinned Locked Moved General authentication
    1
    0 Votes
    1 Posts
    28 Views
    No one has replied
  • D

    Few Questions Before Committing to This BaaS!

    Scheduled Pinned Locked Moved General question
    3
    0 Votes
    3 Posts
    52 Views
    D

    Update:

    Authentication seems to be going well. I can automatically sign user in using ANON, and attach an email and pass. I can also log a user in using existing email and pass and getAnonID and store it and proceed to use that AnonID to use AnonID on startup for silent authentication. However, if user selects anon account but then the user decides to log into an existing email and pass account, how would I go about deleting the new ANON account the user decides to "throw" away?
  • D

    Tournament Questions

    Scheduled Pinned Locked Moved General tournament portal cloud code api hook
    2
    0 Votes
    2 Posts
    47 Views
    J

    (Post the answer from brainCloud chat channel)

    Actually, there is a workaround that you can perform the tournament rewards adjustments,

    Turn off the auto claim Add a post-hook to Authenticate instead <- where auto-claim would normally run And in the post-hook look to see if they have tournament rewards, and if they do, claim them there - performing any award adjustments that need to be made.
  • Paul WinterhalderP

    Apple iOS 14.5 and Facebook Limited Login

    Scheduled Pinned Locked Moved General facebook ios 14.5 braincloud braincloud 4.7
    1
    0 Votes
    1 Posts
    28 Views
    No one has replied
  • R

    Anyone available for Freelance?

    Scheduled Pinned Locked Moved General freelance job batch replace script
    2
    0 Votes
    2 Posts
    30 Views
    J

    (Note: this issue has been solved through our online chat support.)

  • R

    Unique field for a Custom Entity

    Scheduled Pinned Locked Moved Cloud Code cus cloud code script cloud code
    3
    0 Votes
    3 Posts
    150 Views
    J

    Hi Reza, a simple workaround I would recommend is using our atomic methods, such as IncrementGlobalStats, to form the field values with the returned value of that method and some other characters you selected. (defined a global statistic ahead of time, call IncrementGlobalStats() get the returned current value of the global statistic, e.g. 123, then combine with the name you selected to a unique name, such as name_123)

  • C

    Web client security

    Scheduled Pinned Locked Moved General security web
    3
    0 Votes
    3 Posts
    69 Views
    C

    @David-St-Louis-0
    On my last question, can you restrict API calls to only be from a specific web domain or mobile app is? Google Api's allowed to restrict calls to firebase to be specifically from an web domain, or the specific app ID's.
    Another way to ask it, is there any way to restrict API calls to from a specific location?
    Thanks again,
    -Chad

  • C

    RPG's on BrainCloud?

    Scheduled Pinned Locked Moved Solved General braincloud web rpg
    3
    0 Votes
    3 Posts
    88 Views
    J

    Hi Chad,

    Sorry for the late reply.

    Yes, brainCloud can handle RPG style games well, it provides a rich set of features that benefits any type of game - includes very flexible multiplayer tech, Our built-in real-time multiplayer services are more based around the idea of shared game experiences that last a finite period of time (i.e. arena shooters, casual multiplayer, etc.). Our matchmaking, lobby services, room server system, etc are all geared toward making this sort of experience easy and inexpensive to build - but also can integrate with 3rd party or custom tech. brainCloud provides support for custom Room Servers that can support any type of custom or 3rd party multiplayer tech. For all these characters related data (user data), you can use User Entity or Custom Entity to store and trace them. The end-user profileId and anonymousId are stored securely in the client library wrapper on user devices. Users' IAP items and currency end up “unlocking” “awarding” these to the associated profileId, so that will never be lost. If a player is offline, you need to have some code on your side to handle this situation with the request callbacks, as long as “update()” is not called, it will not process sending packet bundles or process callbacks from the received packets. Shouldn't keep all calls for later. Instead, update player stats once connected, in 1 call.

    Hope that helps!

  • D

    Processing Refunds?

    Scheduled Pinned Locked Moved APIs transaction log refunds
    6
    0 Votes
    6 Posts
    191 Views
    A

    @Paul-Winterhalder It'd be great if we can have this info. +1

  • L

    is there automation scheduled events?

    Scheduled Pinned Locked Moved General event automation portal
    3
    0 Votes
    3 Posts
    123 Views
    Paul WinterhalderP

    Hi Lee,

    You can schedule jobs in brainCloud using the ScheduleRuleScriptMinutes() or ScheduleRunScriptMillisUTC() calls - http://getbraincloud.com/apidocs/apiref/#capi-script-schedulerunscriptminutes

    And those jobs can reschedule themselves to run again at another time.

    You can find an example scheduler script here: https://getbraincloud.com/apidocs/cloud-code-central/handy-cloud-code-scripts/scriptscheduler-script/

    Hope that helps!

    Paul.

  • Paul WinterhalderP

    brainCloud 4.6 is now live!

    Scheduled Pinned Locked Moved General saml braincloud release
    1
    1 Votes
    1 Posts
    28 Views
    No one has replied
  • T

    Shared Global Context for each CloudCode invocation?

    Scheduled Pinned Locked Moved Cloud Code tuning loot script cloud code
    8
    0 Votes
    8 Posts
    187 Views
    Paul WinterhalderP

    @Travis-Brown-John You can create them manually from the Monitoring menu.

    Monitoring | Global Monitoring | Global Entities.

    Note - if your app is live, you need to unlock it first. You'll see a bit [+] button to the right of the Bulk actions drop-down.

    Good luck!

    Paul.

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users