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

    Update Entity with updatesingleton not blocked by platform min version

    Scheduled Pinned Locked Moved Solved APIs
    3
    0 Votes
    3 Posts
    710 Views
    L

    thank you

  • C

    Best Practices - Level Completion and Rewards

    Scheduled Pinned Locked Moved General
    6
    0 Votes
    6 Posts
    799 Views
    Paul WinterhalderP

    That said - any system you want can be constructed with cloud code.

    Hope that helps!

  • Paul WinterhalderP

    Godot support for brainCloud....

    Scheduled Pinned Locked Moved General braincloud godot
    2
    1 Votes
    2 Posts
    457 Views
    L

    oh already posted! I want to know about godot support plan

  • Paul WinterhalderP

    D'oh - it looks like there is an issue registering new Forum accounts!

    Scheduled Pinned Locked Moved General
    3
    0 Votes
    3 Posts
    460 Views
    Paul WinterhalderP

    Update: this has now been fixed!

    Note - brainCloud will now send over the first part of your email address as the suggested username for the forums. The forums will automatically append a number if there are others with that username.

    You can update/customize your username by clicking on your profile in the top-right, and choose Edit Profile.
    There you will find a bunch of info you can customize about your user account.

    Click Change Username on that screen to change your username itself.

    Hope that helps!

    Paul.

  • L

    Can I check duplicated login?

    Scheduled Pinned Locked Moved General
    4
    0 Votes
    4 Posts
    549 Views
    Paul WinterhalderP

    Well - there's no great way to tell until you try doing an operation.

    You could try doing a simple ReadServerTime() call - and if that fails - the session isn't good anymore...

    http://getbraincloud.com/apidocs/apiref/?objective_c#capi-time-readservertime

    Hope that helps!

    Paul.

  • Paul WinterhalderP

    brainCloud BootCamp is live!

    Scheduled Pinned Locked Moved Videos and Tutorials bootcamp
    1
    0 Votes
    1 Posts
    574 Views
    No one has replied
  • Paul WinterhalderP

    brainCloud 5 is alive!

    Scheduled Pinned Locked Moved General braincloud 5
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Paul WinterhalderP

    Portal-X is now available to all Public BaaS. Any feedback?

    Scheduled Pinned Locked Moved General portal-x braincloud 5
    11
    1 Votes
    11 Posts
    2k Views
    Paul WinterhalderP

    Hi @Panagiotis-Milios ,

    Yup - we made improvements to the Entity Viewer(s) partially based on your feedback. There are more improvements to come as well.

    We're also looking at the Job Queue screen - and I've passed the Ctrl-S request onto the Cloud Code Editor dev... I definitely agree with that - it's a reflex for lots of folks (including me!).

    Paul.

  • Paul WinterhalderP

    brainCloud 5 is coming next week!

    Scheduled Pinned Locked Moved General braincloud 5 announcement
    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • B

    Error 40316 on authenticate

    Scheduled Pinned Locked Moved APIs s2s authentication
    3
    0 Votes
    3 Posts
    743 Views
    B

    @panagiotis-milios Thank you for your response, appreciate your time !
    I solved the issue :
    The url I was using was wrong, more precisely I was using the wrong servlet :
    I was using

    /dispatcherv2

    while I was supposed to use

    /s2sdispatcher.

    I also want to point out that you are right about the "appId" below the "packetId", it is not needed.
    Thank you, I hope this thread will help anyone encountering this problem !

  • L

    is there automation scheduled events?

    Scheduled Pinned Locked Moved General portal automation event
    4
    0 Votes
    4 Posts
    662 Views
    L

    @paul-winterhalder
    then it can repeat push notice?

  • L

    tracking refund iap for google and apple

    Scheduled Pinned Locked Moved Feature Suggestions refunds iap
    3
    0 Votes
    3 Posts
    981 Views
    L

    @paul-winterhalder
    if detect refund than ban automatically with few condition matched(Size or number of refunds)
    Nxx Gamebxxx has this function

  • Paul WinterhalderP

    You may need to re-upload your profile pic....

    Scheduled Pinned Locked Moved General forums profile
    1
    0 Votes
    1 Posts
    254 Views
    No one has replied
  • Paul WinterhalderP

    brainCloud 4.15 (with Portal-X) is coming on Monday!

    Scheduled Pinned Locked Moved General 4.15 braincloud
    1
    0 Votes
    1 Posts
    254 Views
    No one has replied
  • G

    Issue with Auth when running outside of Unity editor

    Scheduled Pinned Locked Moved General ios macos authentication
    5
    0 Votes
    5 Posts
    851 Views
    Michael CostaM

    Hello @Gavin-Beard!

    We've had trouble reproducing this issue on our end. After some testing with a small app on MacOS and iOS, we have not been able to see the error you are encountering using Unity 2021.3.8.

    If you could, please check out the app here and let us know if this issue is still persisting. It is a barebones authentication app and it should run on multiple devices. The Authentication.cs script has all the gory details. Just open up the Main scene under Assets > App > Misc > Main.unity to get it running. You will also need to add your brainCloud credentials, but you can copy the Authentication example template in brainCloud to test the app.

    Please let us know how this app works on your end and if any issues are encountered! You should be able to click on any error logs in the in-app console to copy the log to your device's clipboard.

    As for your specific issue, my best guess is that perhaps an external library of sorts might not be supported with brainCloud, such as the Newtonsoft Json.NET library. For JSON de/serializing, brainCloud comes with JsonFX. You can also make use of Unity's own JsonUtility for structured JSON de/serialization. Both the app I've shared and the examples on our GitHub make use of JsonFX extensively.

    If you'd like to know more and see how a more robust app can handle brainCloud authentication, as Franco suggested, you should check out our Authentication example on our Unity Examples GitHub.

    Hope this helps! Please let us know if you have further questions or inquiries about this.

  • M

    Best way to test/fake IAP calls and results without committing to an IAP platform?

    Scheduled Pinned Locked Moved Unsolved General unity iap marketplace
    1
    0 Votes
    1 Posts
    332 Views
    No one has replied
  • Paul WinterhalderP

    We've made a change to brainCloud's API networking...

    Scheduled Pinned Locked Moved General braincloud networking
    4
    0 Votes
    4 Posts
    578 Views
    Paul WinterhalderP

    Update 3 - okay - the networking optimization is back in place now.

    (Though we haven't turned it on for the Portals yet - just want to ensure there aren't any issues first...)

    Paul.

  • N

    Difficulty parsing JSON response in Unity

    Scheduled Pinned Locked Moved APIs unity json jsonutility
    2
    0 Votes
    2 Posts
    584 Views
    Michael CostaM

    Hello! Thanks for your inquiry.

    The format of this response has been used for several years so to change it at this point would cause many errors for our clients. However, in situations like this, we have included the JsonFx library to help deserialize dynamic JSON objects with.

    One way to deserialize the JSON items would be to include a DeserializeItems(string) method in your Data class to be able to store them in an array using JsonFx's JsonReader.Deserialize(string) method:

    public List<Item> Items = new List<object>(); public void DeserializeItems(string jsonResponse) { var response = JsonReader.Deserialize<Dictionary<string, object>>(jsonResponse); var data = response["data"] as Dictionary<string, object>; var items = data["items"] as Dictionary<string, object>; foreach (Dictionary<string, object> item in items.Values) { var newItem = new Item(); newItem.itemId = (string)item["itemId"]; newItem.defId = (string)item["boost_rapidfire"]; newItem.quantity = (int)item["quantity"]; // etc... Items.Add(newItem); } }

    Alternatively, you can also use JsonFx's JsonWriter.Serialize(object) method in the foreach loop to then be able to use Unity's JsonUtility to automatically map it as an Item.

    Understandably, both methods have their own pros and cons. However, it should be able to get the job done in this case.

    Hope this helps! Please let us know if you have further questions or inquiries about this.

  • A

    Number of users via web hook or S2S call

    Scheduled Pinned Locked Moved APIs s2s webhook
    2
    0 Votes
    2 Posts
    521 Views
    Paul WinterhalderP

    Hmm, not really...

    You can get the number of sessions created in an hour with this call: https://getbraincloud.com/apidocs/apiref/#capi-globalapp-sysgetdailycounts

    But brainCloud doesn't otherwise track a concurrent session count per app.

    There are certainly 3rd party analytics packages that you could link into your client that would give you that sort of information though.

    Paul.

  • J

    Password content specification?

    Scheduled Pinned Locked Moved Solved General password email cloudcode
    4
    0 Votes
    4 Posts
    754 Views
    Paul WinterhalderP

    FYI - this feature was added in brainCloud 4.13 - https://getbraincloud.com/apidocs/release-4-13/

  • Login

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