v7.1.0
January 18th, 2021
- Logging events with key/value details is now possible. More information here.
- Added the possibility to manage badges. More information here.
- FollowAnalytics SDK update:
v7.0.0
November 27th, 2020
- FollowAnalytics SDK update:
- Improved the
Message
interface (See the Archiving messages section for more details):- Added new properties for Android.
- Fixed some inconsistent property names, to have the same interface on both Android and iOS.
- Now
Message.identifier
replacesMessage.campaignId
, which is no longer defined.
- Now the plugin can handle callbacks such as:
- Deep Link event
onPushMessageClicked
no longer exists. Now we useonNotificationTapped
callback instead. - Renamed
FollowAnalytics.handleDeepLink()
toFollowAnalytics.handleCallbacks()
. - Now the Cordova SDK allows you to handle a flag to opt-in/opt-out for notifications from your app. More info in the Opt-In Notifications section.
- Documentation updates and improvements, see the updating to 7.0.0 section for more details.
v6.4.3
September 30th, 2020
- Fixed a crash occurring when opening the device registration link while the app is closed.
v6.4.2
August 11th, 2020
- Fixed an issue where
onPushMessageClicked
was not called when only the App Link is set in a Push campaign.
v6.4.1
July 10th, 2020
- Fixed integration issue on Android.
v6.4.0
July 2nd, 2020
- Now
setDateTime()
uses the same date format on both platforms. More details in the Custom Attributes section. - Fixed the
openWebView()
method on Android, to behave the same way as on iOS. More information in the External WebView section. - FollowAnalytics SDK update:
v6.3.2
May 26th, 2020
- Fixed an issue with the deep linking parameters for the "onPushMessageClicked" event when the app is closed.
v6.3.1
April 27th, 2020
- Fixed compatibility issue with Visual Studio
- Fixed push opened stats for the case when the application is closed
- Fixed issues on
setGender()
andremoveFromSet()
- Now the plugin can handle the
appGroup
parameter infollowanalytics_configuration.json
so that the badge number can be incremented at the push message reception while the app is in foreground. - Added documentation about how to create an app group between your app and your
Notification Service Extension
. - Added a documentation section about how to upgrade the plugin to a new version.
- Some methods calls are no longer necessary, check your updating note for more details.
- FollowAnalytics SDK update
v6.3.0
January 23th, 2020
- [BREAKING CHANGES] Now the JSON Configuration file is also used to initialize the SDK on iOS.
- Added the possibility to have a specific Configuration for each build variant.
- [BREAKING CHANGES] Improved error handling for all getters, check our migration guide to update your code.
- Fixed conflict with
cordova-support-google-services
plugin. - Now
DataWallet.getPolicy()
returns a JavascriptPolicy
object. - Improved documentation about SDK initialization and rich notifications.
- Added methods to retrieve the native SDK version and platform:
getSDKVersion()
,getSDKPlatform()
. - Added methods to log a location:
logLocationPosition()
,logLocationCooredinates()
. See App tags for more details. - FollowAnalytics SDK update
v6.2.1
August 12th, 2019
- FollowAnalytics SDK update
- Brought back compatibility with Cordova Android 7.0.0.
v6.2.0
July 11th, 2019
- FollowAnalytics SDK update
- Stability improvements on Android platform.
- [BREAKING CHANGES] New process for initializing FollowAnalytics Phonegap SDK on Android.
v6.1.0
February 19th, 2019
v5.1.0
March 22nd, 2018
- FollowAnalytics SDK update
- Update Icon notification in status bar (Android : section)
v5.0.5
July 7th, 2017
- Update FollowAnalytics' SDK versions
- Remove a bug when calling FollowAnalytics log methods without the SDK being initialized.
v5.0.1
April 26th, 2017
Added a Continuous Integration version for Microsoft Azure build workflows.
v5.0.0
April 12th, 2017
The new version of the FollowAnalytics Cordova plugin offers the possibility of using the SDK without touching any native code. Just use it from your HTML/Javascript and be you're off to the races.
- Fully initializable from the cordova project Javascript files
- InApp Templates
- Campaign Storage
v4.3.0
October 12th, 2016
️Some methods are now deprecated:
+ (void)pauseRichCampaignDisplay + (void)resumeRichCampaignDisplay
Instead, please use:
+ (void)pauseCampaignDisplay + (void)resumeRichCampaignDisplay
v4.2.1
July 1st, 2016
- User Attributes improved with the addition of new methods leveraging iOS and Android SDK changes
- Check iOS and Android changelogs to see what's new for each platform (iOS 4.1.1 and Android 4.1.0)
v4.2.0
June 3rd, 2016
You can now launch a webview containing an external URL for a web page containing FollowAnalytics tagging from your Phonegap/Cordova HTML/Javascript.
v4.1.0
May 13th, 2016
- SDK can now handle App Deep Linking URLs, automatically. Nothing to do in your app to support it.
- Leveled SDK integration between iOS and Android for a better user experience
- Simplified the handling of deeplinking when application is killed or in background for Android
- Add the Tune integration (MAT), the validator check if TUNE is correctly configured with the SDK.
v4.0.3
April 29th, 2016
- Fixed a bug on handling deeplinking parameter when application is killed or in background.
v4.0.2
March 22th, 2016
- Improved multi device support
- Better campaign button management
- Improved library compatibility for 3rd party integrations
- Android Web View displayed In App
v4.0.0
March 17th, 2016
- Add user attributes features
- Improved Push Notification registration
- Ability to handle the deeplinking parameters from javascript
- Ability to display the device ID in order to target a single device for push test purpose through internal API and url scheme (Android only)
-
Remove android-support-v4 and google play service to 8.4.0 from binary dependencies (Android only)
-
Fix the bug cannot perform this operation because the connection pool has been closed (Android only)
- Fix for delivery Notification containing deep link when application was killed
- Fix In-App Notification delivery
- Updated plugin to new SDK version - iOS 4.0.0 and - Android 4.0.1
- Reorder the documentation structure.
v3.4.0
February 8th, 2016
- Updated plugin to new SDK version - iOS 3.4.0
- Added Pause and Resume methods for Rich Campaign display
- bug fixes
v3.0.1
January 26th, 2016
- Updated plugin to new SDK version - iOS 3.2.1
- Added method to fetch last Notification Custom Parameters due to lack of app availability when coming from the background
v3.0.0
January 6th, 2016
- Updated plugin to new SDKs configurations - iOS 3.2.0, Android 3.3.1
- Include dependencies support-v4 revision 23.0.1 and google play-services 8.3.0
- Add documentation about migration from 2.0.0 to 3.0.0
v2.0.0
November 16th, 2015
- Updated plugin to new SDKs configurations - iOS 3.2.0, Android 3.1.1
- Added documentation for iOS and Android "deep linking" paramaters treatement
v1.0.0
January 28th, 2015
- First version of Cordova plugin, supporting FollowApps iOS & Android SDKs