Facebook v9.0.0 Release Notes

  • ๐Ÿš€ We have a number of exciting changes in this release! ๐Ÿš€ For more information on the v9 release please read our associated blog post!

    โž• Added

    • ๐Ÿ“ฆ Swift Package Manager now supports Mac Catalyst
    • โšก๏ธ Limited Login. Please read the blog post and docs for a general overview and implementation details.

    ๐Ÿ”„ Changed

    • โšก๏ธ The default Graph API version is updated to v9.0
    • The linkURL property of FBSDKProfile will only be populated if the user has granted the user_link permission.
    • FBSDKGamingServicesKit will no longer embed FBSDKCoreKit as a dependency. This may affect you if you are manually integrating pre-built binaries.
    • The aggregate CocoaPod FacebookSDK now vendors XCFrameworks. Note: this may cause conflicts with other CocoaPods that have dependencies on the our libraries, ex: Audience Network. If you encounter a conflict it is easy to resolve by using one or more of the individual library pods instead of the aggregate pod.

    โœ‚ Removed

    • ๐Ÿšš The autoInitEnabled option is removed from the SDK. From here on, developers are required to initialize the SDK explicitly with the initializeSDK method or implicitly by calling it in applicationDidFinishLaunching.

    ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ Swift Package Manager Mac Catalyst support #1577

    ๐Ÿš€ 2021-01-05 | Full Changelog