- Updating
FBAudienceNetwork
to version6.16
- Updating iOS properties
- Bump up
FBSDKCoreKit
android gradle version to17.0
to18.0
- Update ios example minimum deployment target to
12.0
- Update target compile sdk in android gradle example to
34
- Updating
FBSDKCoreKit
to17.0
that include Privacy Manifest - Updating
FBAudienceNetwork
to6.15
- Update iOS deployment target to
12.0
- Updating
FBSDKCoreKit
to16.1
(PR #309) - Bump up android gradle version (PR #310)
- Handle open push notification issue (PR #334)
- Add compileOption and kotlinOption (PR #321)
- Updating
FBSDKCoreKit
to16
(PR #296)
- Changing iOS version dependency to follow all
15.x
versions.
- Fixing version syntax in gradle.
- Updating Facebook SDK dependency to follow all
15.x
versions.
- Implementing Aggregated Event Measurement for Facebook App Events in PR #236
- Updating Facebook SDK dependency to follow all
14.x
versions. - Updating documentation to add client token in project README
See PR 224
- Updating Facebook SDK dependency to follow all
13.x
versions. - Updating deprecated ios methods and propeties according https://github.com/facebook/facebook-ios-sdk/blob/main/CHANGELOG.md
- Adding back
setUserData()
which was removed by mistake. It's not completely deprecated. - Bumping iOS FBSDK version to
12.3
- Making parameters to
logPurchase()
mandatory (issue #182) - Updating gradle config for
jcenter
deprecation.
Narrowing down the Facebook SDK version for iOS due to the trouble it seems to cause with different developer environments and setups. See discussion in issue #159 and #171.
Fixing issue 159 - iOS compilation error
Fixing issue 165 - Pod install Error
Fixing issue 161 - Adding configuration option for
isAdvertiserIDCollectionEnabled
in the setAdvertiserTracking()
method.
Fixing issue 156 - iOS Compilation error
Fixing issue 147 - logAddToCart()
throws PlatformException
See PR 149
- Updating Facebook SDK dependency to follow all
12.x
versions. - Adding debug/dev cert for android to build and test example app
- Removing deprecated methods
setUserData
updateUserProperties
logActivatedApp
logDeactivatedApp
- Updating Facebook SDK core kit dependency to follow all
11.x
versions. - Removing references to Facebook Analytics in README (https://www.facebook.com/business/help/966883707418907)
Importing FBSDKCoreKit_Basics
as a real fix for #127 and #129. See PR #131. The PR adds back support for setUserData
in iOS during deprecation grace period.
N.B. Workaround release!!
Removing function body for iOS handling of deprecated method setUserData
. See issues #127 and #129. We
were unable to reproduce or successfully troubleshoot the reported problems within the team and decided that it would be
better to get around the compilation error with the sacrifice of the setUserData
in the possibly short time before it
is removed from the SDK anyway.
- Fixing issue #123
- Emptying the handling method for iOS
updateUserProperties
as it is removed from iOS SDK but only deprecated in Android. - Removing
nil
parameter from iOSinitializeSDK
method - Updating the missing
AppEvents.UserDataType
declarations
- Emptying the handling method for iOS
- Bumping Facebook SDK core kit to
11.1
- Adding deprecation notes for
setUserData
updateUserProperties
logActivatedApp
logDeactivatedApp
- Adding log events
Breaking changes: Starting from this release, the plugin require Flutter 2.0 with support for null safety
- Adding
logAddToCart
event log - Adding
logAddToWishlist
event log
- Adding support for setAdvertiserTrackingEnabled solved in PR #82
- Updating iOS deployment target to
9.0
as described in issue #74
- Fixing missing Android imports
- Updating Facebook SDK version to 8.1.0
- Adding
logInitiatedCheckout
event per request in issue #55 - Adding anonymous id getter
getAnonymousId()
- Android SDK:
getAnonymousAppDeviceGUID
- iOS SDK:
anonymousID
- Android SDK:
Updating Android and iOS integration native code
Refining documentation and code formatting.
- Merging PR #44 - Adding setDataProcessingOptions for CCPA compliance
- Merging PR #49 - Fixing return type and docs for
getApplicationId
- Merging PR #50 - Implementing
logPurchase
and closing #16
- Merging PR #29 - Add
setAutoLogAppEventsEnabled
for GDPR compliance.
- Fixing issue #18 -
updateUserProperties
Future is not being resolved.
- Updating documentation from issue #15
- Fixing issues (
#2,
#4 and
#8: breaking configuration change for Android. See the README with information on what to add in
AndroidManifest.xml
- Breaking name change of
logActivateApp
tologActivatedApp
- Adding shorthand log methods
- logDeactivatedApp
- logCompletedRegistration
- logRated
- logViewContent
- Add sample of shorthand log methods for app events.
- logActivateApp
- Bug fixing.
- Adding app events
logPushNotificationOpen
flush
getApplicationId
- First initial release supporting some basic functionality
clearUserData
clearUserID
logEvent
setUserData
setUserID
updateUserProperties