Skip to content

v2.2.0

Compare
Choose a tag to compare
@Dimon4eg Dimon4eg released this 13 Sep 22:22
· 379 commits to master since this release

Nakama C++ SDK is released with prebuilt libraries for following platforms and architectures:

  • Windows - Visual Studio 2015, 2017, 2019 (x86, x64, Debug, Release)
  • MacOS 10.10 and later.
  • iOS - 5.0+ (arm64, armv7, armv7s, x86_64)
  • Android - Android 4.1 and later (armeabi-v7a, arm64-v8a, x86, x86_64)
  • Linux - Ubuntu 14.04.5 and later (x86, x64)

Notable changes

Added

  • Add support for features available in Nakama 2.7.0

Changed

  • Following client API has been added/changed to support server 2.7:
    • NSessionInterface
      • getVariables
      • getVariable
    • NClientInterface
      • authenticateDevice
      • authenticateEmail
      • authenticateFacebook
      • authenticateGoogle
      • authenticateGameCenter
      • authenticateCustom
      • authenticateSteam
      • listFriends
      • createGroup
      • listGroupUsers
      • listUserGroups
    • NRtClientInterface
      • joinMatch
  • Updated optional lib to v.3.2.0