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.
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.
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.
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?
Update:
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: