facebook_app_events 0.19.4 facebook_app_events: ^0.19.4 copied to clipboard
Flutter plugin for Facebook App Events, an app measurement solution that provides insight on app usage and user engagement in Facebook Analytics.
0.19.4 #
- Updating
FBAudienceNetwork
to version6.16
- Updating iOS properties
0.19.3 #
- 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
0.19.2 #
- Updating
FBSDKCoreKit
to17.0
that include Privacy Manifest - Updating
FBAudienceNetwork
to6.15
- Update iOS deployment target to
12.0
0.19.1 #
0.18.3 #
0.18.2 #
- Changing iOS version dependency to follow all
15.x
versions.
0.18.1 #
- Fixing version syntax in gradle.
0.18.0 #
- Updating Facebook SDK dependency to follow all
15.x
versions.
0.17.1 #
- Implementing Aggregated Event Measurement for Facebook App Events in PR #236
0.17.0 #
- Updating Facebook SDK dependency to follow all
14.x
versions. - Updating documentation to add client token in project README
0.16.0 #
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
0.15.0 #
- Adding back
setUserData()
which was removed by mistake. It's not completely deprecated. - Bumping iOS FBSDK version to
12.3
0.14.8 #
- Making parameters to
logPurchase()
mandatory (issue #182) - Updating gradle config for
jcenter
deprecation.
0.14.7 #
0.14.4 #
Fixing issue 161 - Adding configuration option for
isAdvertiserIDCollectionEnabled
in the setAdvertiserTracking()
method.
0.14.1 #
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
0.13.5 #
- 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)
0.13.4 #
0.13.3 #
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.
0.13.1 #
- 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
0.13.0 #
0.12.0 #
Breaking changes: Starting from this release, the plugin require Flutter 2.0 with support for null safety
0.11.1 #
- Adding
logAddToCart
event log - Adding
logAddToWishlist
event log
0.11.0 #
0.8.1 #
- Fixing missing Android imports
0.8.0 #
- 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:
0.7.2 #
Updating Android and iOS integration native code
0.7.1 #
Refining documentation and code formatting.
0.7.0 #
0.5.0 #
0.4.0 #
- Breaking name change of
logActivateApp
tologActivatedApp
- Adding shorthand log methods
- logDeactivatedApp
- logCompletedRegistration
- logRated
- logViewContent
0.3.0 #
- Add sample of shorthand log methods for app events.
- logActivateApp
0.2.1 #
- Bug fixing.
0.2.0 #
- Adding app events
logPushNotificationOpen
flush
getApplicationId
0.1.0 #
- First initial release supporting some basic functionality
clearUserData
clearUserID
logEvent
setUserData
setUserID
updateUserProperties