Facebook v15.1.0 Release Notes
-
๐ Changed
- The enum
AppLinkNavigation.Type
type has been renamed tpAppLinkNavigationType
. - The initializer
init(appLink:extras:appLinkData:settings:)
inAppLinkNavigation
ignores thesettings
argument if one is passed. - The method
navigation(with:extras:appLinkData:settings:)
inAppLinkNavigation
ignores thesettings
argument if one is passed.
๐ Deprecated
- ๐ The
navigation(with:extras:appLinkData:settings:)
method inAppLinkNavigation
is deprecated in favor of theinit(appLink:extras:appLinkData:)
designated init. - ๐ The
init(appLink:extras:appLinkData:settings:)
initializer inAppLinkNavigation
is deprecated in favor of theinit(appLink:extras:appLinkData:)
designated init. - โก๏ธ The
Profile.enableUpdatesOnAccessTokenChange(_:)
method is deprecated in favor of theProfile.isUpdatedWithAccessTokenChange
property. - ๐
SettingsProtocol.codelessDebugLogEnabled
is deprecated in favor ofSettingsProtocol.isCodelessDebugLogEnabled
. - ๐
SettingsProtocol.advertiserIDCollectionEnabled
is deprecated in favor ofSettingsProtocol.isAdvertiserIDCollectionEnabled
. - ๐
SettingsProtocol.advertiserTrackingEnabled
is deprecated in favor ofSettingsProtocol.isAdvertiserTrackingEnabled
. - ๐
SettingsProtocol.graphAPIDebugParamValue
is deprecated in favor of its new nameSettingsProtocol.graphAPIDebugParameterValue
- ๐
Settings.autoLogAppEventsEnabled
is deprecated in favor ofSettings.isAutoLogAppEventsEnabled
.
๐ Renamed
SettingsProtocol.graphAPIDebugParamValue
has been renamed toSettingsProtocol.graphAPIDebugParameterValue
โ Removed
- ๐
Profile
conformance toNSCopying
has been removed as well as custom hashability and equatability.
๐ Fixed
- ๐ The documentation for the property list-backed value
Settings.isCodelessDebugLogEnabled
has been corrected to indicate that the default value isfalse
.
๐ 2022-10-24 | Full Changelog
- The enum