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

darren zou

@darren zou
About
Posts
6
Topics
3
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

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

    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.


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

    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.


  • Removing a anonymous external ID?
  • D darren zou

    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?


  • Few Questions Before Committing to This BaaS!
  • D darren zou

    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?

  • Few Questions Before Committing to This BaaS!
  • D darren zou
    • 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?

  • Few Questions Before Committing to This BaaS!
  • D darren zou

    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..
  • Login

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