Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. darren zou
    D
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    darren zou

    @darren zou

    0
    Reputation
    6
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    darren zou Follow

    Best posts made by darren zou

    This user hasn't posted anything yet.

    Latest posts made by darren zou

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

      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.

      posted in General
      D
      darren zou
    • Convert to JSON: does brain cloud provide object types for response returns?

      I am having an issue with converting a response into a accessible JSON, or parsing it into an object. Does brain cloud provide object types? I cannot find any on the docs regarding this. Most update methods also requires us to use "/" string format..

      I can make a type class of the JSON by using https://json2csharp.com/ and creating a method to add dashes to strings... Just wondering if the SDK have any of these built in.

      posted in General
      D
      darren zou
    • Removing a anonymous external ID?

      Hello, how do I remove a anonymous external ID? I use it to achieve silent log in without the user constantly logging in or storing user password. However, when user log out and log back in they generate a new anon ID. How do i delete the old one?

      posted in General
      D
      darren zou
    • RE: Few Questions Before Committing to This BaaS!

      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?
      posted in General
      D
      darren zou
    • RE: Few Questions Before Committing to This BaaS!
      • The RTT seems to be too expensive to use for this type of service, so I guess it will have to have up to the Push Notification service to ping the user's phone. Where do I access the method/ delegate that handles incoming notification in unity? Does brain cloud wrapper have a build in one for me to put logic such as refresh inventory when a push is received?
      posted in General
      D
      darren zou
    • Few Questions Before Committing to This BaaS!

      Hello, I have a few questions before committing.

      Authentication: How does the authentication work? Is it purely REST? Does the SDK automatically persist log in? Is there a way to link anonymous id with email and pass?

      Events/ Observers:

      • Does the SDK provide listeners in the case of data changes? For example, if player A opens a trade and then player B accepts the trade 3 hours later, will player A be notified/ inventory automatically updated when the listener fires?

      • Is there a trading feature? If not, if I implement it myself through cloud code, is there a feature that allows me to perform transactions? For example, if two requests come through at the SAME time accepting a player's trade, I don't want both requests to be filled. There needs to be a check.

      noSQL Database:

      • Is it a good idea to use your cloud storage as the main source of storage for player info/ chat messages etc..? I won't use it to store stuff like files etc..
      posted in General
      D
      darren zou