Skip to content

Latest commit

 

History

History
393 lines (276 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

393 lines (276 loc) · 11.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Updated

The release has been deprecated due to Unity support issues caused by removing “fb” prefix from previous version, please use other releases.

Changed

  • Bumped SDK to 17.0.2
    • Removed "fb" prefix of ApplicationId in Android Manifest file
    • Fixed Mobile Install Referrer issue

Changed

  • Bumped SDK to 17.0.1
  • Bumped iOS SDK version to 17.0.1
    • Updated privacy manifests

Added

  • Native iOS SDK
    • Added privacy manifests.
  • Native Android SDK
    • Supported more integrity use cases.

Changed

  • Bumped SDK to 17.0.0
  • Bumped iOS SDK version to 17.0.0
  • Bumped Android SDK version to 17.0.0
  • Bumped Graph API version to 17.0.0

Fixed

  • Fixed a bug where user did not remain logged in on subsequent sessions

Changed

  • Bumped SDK to 16.0.2
  • Bumped Android SDK version to 16.0.1
  • Bumped iOS SDK version to 16.0.1

Fixed

  • Removed fetching app configuration data before calling FB.Init on iOS/Android platforms.
  • Updated copyright in some files.

Changed

  • Bumped SDK to 16.0.1

Added

  • Windows platform methods
    • FB.Windows.CreateReferral
    • FB.Windows.GetDataReferral
  • Android Cloud
    • Android Cloud Unity example
    • Subscriptions payments methods

Fixed

  • Payments price convertion to double
  • Improved mobile orientation enum for Unity example
  • Improved mobile Tournaments example
  • Changed folder structure for External Dependecy Manager dlls

Changed

  • Bumped SDK to 16.0.0
  • Bumped Android SDK versions to 16.0.0
  • Bumped iOS SDK versions to 16.0.0
  • Bumped Graph API version to 16.0
  • Updated Windows SDK Dlls

Changed

  • Bumped iOS SDK version to 15.1
  • Bumped android SDK versions to 15.1

Fixed

  • Android SDK path detection on latest Unity versions
  • Duplicate Event System in Unity SDK example
  • Fixed DLLs configuration in asset importer
  • Fixed ConsoleBase.cs script for Unity 2021 and above.

Changed

  • Bumped windows SDK versions to 1.0.15
  • Bumped Graph API version to 15.0
  • Bumped iOS SDK version to 15.0.0
  • Bumped android SDK versions to 15.0.1

Added

  • Windows platform methods
    • FB.Windows.SetSoftKeyboardOpen

Fixed

  • Issue with new Unity Input System and UnitySDK Example.
  • Issue with misconfiguration of each DLL when Unity import the package.
  • Fixed some example scenes background color
  • Fixed Windows platform loggin issue

Changed

  • Bumped native SDK versions to 14.1.0
  • Updated Windows platform DLLs

Added

  • Windows platform methods
    • FB.Windows.SetVirtualGamepadLayout
    • FB.GetUserLocale
  • Windows example
    • Virtual Gamepad Layout Test
    • Physical Gamepad Test

Changed

  • Bumped windows SDK versions to 1.0.14
  • Bumped native SDK versions to 14.0
  • Bumped Graph API version to 14.0
  • Facebook Settings
    • Client Token is automatically added to Podfile and AndroidManifest.xml
    • Client Token is no longer marked as optional in the editor

Fixed

  • GraphAPI version
  • IAP empty description field
  • Podfile creation for iOS platform

Added

  • Added tournament APIs for the native mobile SDKs

Changed

  • Bumped native SDK versions to 13.2

12.0.0 - 2021-12-09

Added

  • OIDC support for login

  • Added APIs for Instant Games context dialogs

  • Added Windows platform (Unity standalone build)

    • Windows platform methods: FB.Init FB.LogInWithReadPermissions FB.LogInWithPublishPermissions FB.LogOut FB.API FB.GetCatalog FB.Purchase FB.GetPurchases FB.ConsumePurchase FB.CurrentProfile FB.LoadRewardedVideo FB.ShowRewardedVideo FB.LoadInterstitialAd FB.ShowInterstitialAd FB.OpenFriendDialog FB.GetFriendFinderInvitations FB.DeleteFriendInvitation FB.ScheduleAppToUserNotification FB.PostSessionScoreAsync FB.CreateTournamentAsync FB.GetTournament FB.ShareTournament FB.PostTournamentScore FB.UploadImageToMediaLibrary FB.UploadVideoToMediaLibrary
  • Current public session properties: AccessToken FB.IsInistialized FB.IsLoggedIn FB.GraphAPIVersion

  • App events: FB.ActiveApp FB.LogAppEvent FB.LogPurchase

Changed

  • Bumped native SDK versions to 12.1.0
  • Bumped Graph API version to 12.0

Removed

  • Removed methods relating to user properties as they have been removed from the native mobile SDK versions
  • Removed gameroom support

11.0.0 - 2021-06-05

Added

  • Added tournaments APIs for cloud game
  • Added Limited Login support for user_hometown, user_location, user_gender and user_link permissions under public beta.

Changed

  • Bumped native SDK version to 11.0.0
  • Bumped Graph API version to 11.0

Deprecated

  • Deprecated UpdateUserProperties API

9.2.0 - 2021-04-25

Added

  • Added AEM (Aggregated Events Measurement) support under public beta.

Fixed

  • Fix IOSFBEnableProfileUpdatesOnAccessTokenChange build issue

9.1.0 - 2021-04-06

Added

  • Added Limited Login support for user_friends, user_birthday and user_age_range permissions under public beta.
  • Shared Profile instance will be populated with FriendIDs, Birthday and AgeRange fields using the claims from the AuthenticationToken. (NOTE: FriendIDs, Birthday and AgeRange fields are in public beta mode)
  • Added EnableProfileUpdatesOnAccessTokenChange as part of fixing a bug where upgrading from limited to regular login would fail to fetch the profile using the newly available access token.

9.0.0 - 2021-01-10

Added

  • Limited Login. See the docs for a general overview and implementation details.

8.1.1 - 2020-10-25

Fixed

  • Add use_frameworks! to Podfile
  • Avoid adding swift standard libs

8.1.0 - 2020-10-14

Fixed

  • Fixed AndroidSdk path detection in Unity 2019 and above

8.0.0 - 2020-09-27

Added

  • Added method SetAdvertiserTrackingEnabled to overwrite the advertiser_tracking_enabled flag

Changed

  • Bumped native SDK version to 8.0.0
  • Bumped Graph API version to 8.0

Fixed

  • Fixed lock up issue in Facebook Login

7.21.2 - 2020-08-14

Added

  • Support customized Android Keystore path

Fixed

  • Fix iOS build issue for swift libraries
  • Deprecate old GUI.ModalWindow API

7.21.1 - 2020-06-25

Changed

  • Bump native SDK version to 7.1.1

7.21.0 - 2020-06-20

Added

  • Introduce DataProcessingOptions

Deprecated

  • Remove UserProperties API

7.20.0 - 2020-06-15

Changed

  • Bump native SDK version to 7.0.1

Added

  • Add Express Login

7.19.2 - 2020-04-08

Fixed

  • Fix FeedShare issue: #284
  • Fix crash when AccessToken has no graph domain

7.19.1 - 2020-03-22

Fixed

  • Fix Login issue in Editor mode

7.19.0 - 2020-03-11

Added

  • Support for Gaming Video Uploads
  • Support for Gaming Image Uploads
  • Support for Gaming Friend Finder

7.18.1 - 2020-02-03

Fixed

  • Fix exported iOS project build issue
  • Fix Android install referrer issue
  • Fix GetUserID issue
  • Remove AndroidJNIHelper log

Changed

  • Bump Google Playservices Resolver to v1.2.135

7.18.0 - 2019-10-11

Fixed

  • Fix Android logout issue
  • Fix the issue of multiple AppRequest instances when changing screen orientation
  • Fix GetUserID issue

Changed

  • Remove Bolts framework

7.17.2 - 2019-07-18

Fixed

  • Various bug fixes

7.17.1 - 2019-07-05

Other