Skip to content

Latest commit

 

History

History
276 lines (185 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

276 lines (185 loc) · 7.63 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.

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