Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Unsolved
    Log in to post
    • All categories

    • M

      UNSOLVED Best way to test/fake IAP calls and results without committing to an IAP platform?
      General • unity marketplace iap • • Midknight  

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • C

      UNSOLVED NodeJS setup question
      Client APIs • unity api • • Chris Brown  

      6
      0
      Votes
      6
      Posts
      118
      Views

      C

      Thanks @Paul-Winterhalder and @David-St-Louis-0 . I'm communicating with our web dev and am passing on the information to him. I'll respond here once I get more information from him. Appreciate the quick replies.
    • C

      UNSOLVED Getting names for request and invites to a group
      Client APIs • unity group • • Chris Brown  

      3
      0
      Votes
      3
      Posts
      148
      Views

      Jonathan

      As an interim solution, you can add a cloud code script or a post-hook to retrieve the missing data, using the profileIds found in the request. https://getbraincloud.com/apidocs/apiref/#capi-friend-getsummarydataforprofileid ... "pendingMembers": { "382eb04f-f80c-4bfc-9a12-fca508cad476": { // <- These profile ids "role": "MEMBER", "attributes": {}, "pendingReason": "ASKED_TO_JOIN" } } ...