• Discuss all the things!

    106 Topics
    328 Posts

    extern "C"
    {
    extern "C"
    {
    const char * _GetUsersCountryLocale()
    {
    //NSString countryCode = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];
    NSString countryCode = [currentLocale objectForKey : NSLocaleCountryCode];
    if(countryCode == nil) {
    return strdup("Unknown");
    }

    return strdup([countryCode UTF8String]); } }

    }

  • Suggestions for improvements, new features, etc.

    25 Topics
    79 Posts

    Gooood!!!

  • Questions specific to particular APIs, libraries, etc.

    46 Topics
    154 Posts

    Hi there- thanks for bringing this to our attention! A newer version of the Unity Package containing a fix for this has been uploaded. Available here: https://github.com/getbraincloud/braincloud-csharp/releases/tag/5.4.1

  • General cloud code discussions...

    28 Topics
    103 Posts

    Ciao @Paul-Winterhalder ,

    yes there is not much else to add, except perhaps the fact that the CompleteMatch is sent at the end of the game. Instead, AbandonMatch is sent if one of the players abandons the game prematurely.

    Thanks for the support! 🙂

  • brainCloud's online learning tutorials and examples.

    3 Topics
    3 Posts

    brainCloud developers have just release several playable builds of our famous examples! See our cool features in action. Find them at https://getbraincloud.com/demos for Windows, Mac, online and mobile.

brainCloud 5 is alive!

brainCloud 5 features Portal-X (our next-gen portal), Integrated Forums (you found them), our new Bootcamp training videos, and more!

Join the discussion here!

brainCloud Bootcamp!
brainCloud's new video learning portal is now online! Go check out brainCloud BootCamp!

Need to report a defect?
Use the chat widget from the Design Portal - or send an email to support at getbraincloud.com. Thanks!