• 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
  • dhptD

    isNewUser: Where can I find docs for this?

    Scheduled Pinned Locked Moved Cloud Code isnewuser
    1
    0 Votes
    1 Posts
    358 Views
    No one has replied
  • R

    Simple S2S call via nodejs server

    Scheduled Pinned Locked Moved APIs node.js
    2
    0 Votes
    2 Posts
    404 Views
    R

    This seems to be working now, the error is a wee misleading. The code was correct. The URL was incorrect and was changed to (or leave blank):

    const url = "sharedprod.braincloudservers.com"; ... brainclouds2s.request(global.s2sContext, { service: "group", operation: "SYS_CREATE_GROUP", data: groupData, }); })
  • Y

    Limiting number of async matches

    Scheduled Pinned Locked Moved APIs matchmaking async match
    3
    0 Votes
    3 Posts
    471 Views
    Y

    Thank you! I will try that out.

    Just for anyone else's future reference, I realized you can "log in" as another user using GetSessionForProfile(). So if the other user is offline, you will be able to modify their data (for example, to increment an attribute for number of matches they have).

    I believe this way, you can also do what JasonL said and TurnShieldOn() for the other user, stopping them from being able to match anymore.

    Correct me if I'm wrong.

  • Paul WinterhalderP

    Important: Unity 2019.X on mobile devices

    Scheduled Pinned Locked Moved General unity defect ios
    23
    2 Votes
    23 Posts
    4k Views
    S

    It's really useful post,[url=https://www.latestdatabase.com/]Buy Email Database[/url]
    thanks for sharing your information See more details....

  • Paul WinterhalderP

    brainCloud 4.9 is coming! Details and discussion!

    Scheduled Pinned Locked Moved General release 4.9 braincloud
    2
    1 Votes
    2 Posts
    229 Views
    Paul WinterhalderP

    And brainCloud 4.9 is live!

    Let us know if you have questions or issues!

    Paul.

  • C

    NPM braincloud package install

    Scheduled Pinned Locked Moved General node.js npm
    2
    0 Votes
    2 Posts
    157 Views
    J

    You can bypass the peer dependencies by adding --legacy-peer-deps flag to your npm install. After modifying package.json, then use npm-install-peers to install the rest of peer dependencies.

  • J

    How to view users online ?

    Scheduled Pinned Locked Moved APIs friends group
    2
    0 Votes
    2 Posts
    350 Views
    Paul WinterhalderP

    Hi Jose,

    Sounds like you want to look into our Presence feature.

    Presence is designed to let users know when their friends are online. You can think of it like the old Xbox Live friends feature - where you can see which of your friends are online - and optionally what they are doing.

    And Presence uses RTT - so users will be notified in realtime when the presence information of a followed user changes.

    Presence works with Friends, Groups, and arbitrary lists of users.

    More details here - http://getbraincloud.com/apidocs/apiref/#capi-presence

    Hope that helps!

    Paul.

  • D

    Using numbers as JSON key.

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

    @JasonL
    Thank you!!

  • Paul WinterhalderP

    Migrating from GameSparks? This FAQ is for you!

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

    brainCloud 4.8.0 is live!

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

    Indie price tiers

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

    Web Payments

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

    Setting up segment integration

    Scheduled Pinned Locked Moved General segment integrations
    2
    0 Votes
    2 Posts
    169 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 unity server chat authentication
    2
    0 Votes
    2 Posts
    312 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
    231 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
    192 Views
    No one has replied
  • D

    Few Questions Before Committing to This BaaS!

    Scheduled Pinned Locked Moved General question
    3
    0 Votes
    3 Posts
    264 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 portal api hook tournament cloud code
    2
    0 Votes
    2 Posts
    255 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 braincloud 4.7 ios 14.5 braincloud facebook
    1
    0 Votes
    1 Posts
    132 Views
    No one has replied
  • R

    Anyone available for Freelance?

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

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

  • Login

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