Skip to content

v2.4.0

Compare
Choose a tag to compare
@Dimon4eg Dimon4eg released this 01 Nov 20:52
· 182 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 - 8.0+ (arm64, armv7, armv7s, x86_64)
  • Android - Android 4.1 and later (armeabi-v7a, arm64-v8a, x86, x86_64)
  • Linux - Ubuntu 18.04 and later (x64)

Notable changes

Added

  • Support server 2.13.0
  • Added authentication with Apple ID: authenticateApple, linkApple and unlinkApple
  • Added demoteGroupUsers
  • Added NClientInterface::rpc with http key
  • Added disableTime to NAccount
  • Added updateTime to NFriend
  • Improve future-compatibility with server changes

Fixed

  • Fix #36 listFriends failing on 2.3.0 against 2.13.0 server